Html Css Color HEX #6F049B Purple

📋 copy color: '#6F049B'

red 111 ◦ green 4 ◦ blue 155

#6F049B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #6F049B

Tints of Purple #6F049B

RGB

 RED value IS 111 (43.75% from 255) = 41.11%

 GREEN value IS 4 (1.95% from 255) = 1.48%

 BLUE value IS 155 (60.94% from 255) = 57.41%

R = 41.11%
G = 1.48%
B = 57.41%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6F049B (or 0x6F049B) is known color: Purple. HEX triplet: 6F, 04 and 9B. RGB value is (111,4,155). Sum of RGB (Red+Green+Blue) = 111+4+155=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F049B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F049B is #90FB64. Grayscale: #343434. Windows color (decimal): -9501541 or 10159215. OLE color: 10159215.

HSL color Cylindrical-coordinate representation of color #6F049B: hue angle of 282.52º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F049B is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 111 4 155 -
CMYK 0.28 0.97 0 0.39
HSL 282.52º 0.95% 0.31% -
HSV(B) 282.52º 0.97% 0.61% -
XYZ 12.52 5.83 31.48 -
YUV 53.21 185.45 169.22 -
System Red Green Blue C M Y K H S L
Decimal 111 4 155 0.28 0.97 0 0.39 282.52 0.95 0.31
Hex 6F 4 9B 1C 61 0 27 11B 5F 1F
Octal 157 4 233 34 141 0 47 433 137 37
Binary 1101111 100 10011011 11100 1100001 0 100111 100011011 1011111 11111

Color Harmonies of #6F049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F049B

Black with #6F049B

Text Example


Text Example

White with #6F049B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F049B; }

 p { color: rgb(111,4,155); }

 H1.HeaderClassName
 {
   color: #6F049B;
 }
 .AnyTagClassName
 {
   color: #6F049B;
 }
</style>

background-color css

<style>
 a { background-color: #6F049B; }

 a { background-color: rgb(111,4,155); }

 div.DivClassName
 {
   background-color: #6F049B;
 }
 .BgClassName
 {
   background-color: #6F049B;
 }
</style>

border-color css

<style>
 span { border-color: #6F049B; }

 span { border-color: rgb(111,4,155); }

 td.TdClassName
 {
   border-color: #6F049B;
 }
 .TagClassName
 {
   border-color: #6F049B;
 }
</style>