Html Css Color HEX #6F059B Purple

📋 copy color: '#6F059B'

red 111 ◦ green 5 ◦ blue 155

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

Shades of Purple #6F059B

Tints of Purple #6F059B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

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

R = 40.96%
G = 1.85%
B = 57.2%

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

#6F059B (or 0x6F059B) is known color: Purple. HEX triplet: 6F, 05 and 9B. RGB value is (111,5,155). Sum of RGB (Red+Green+Blue) = 111+5+155=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F059B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F059B is #90FA64. Grayscale: #353535. Windows color (decimal): -9501285 or 10159471. OLE color: 10159471.

HSL color Cylindrical-coordinate representation of color #6F059B: hue angle of 282.4º degrees, saturation: 0.94, 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 #6F059B is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 111 5 155 -
CMYK 0.28 0.97 0 0.39
HSL 282.4º 0.94% 0.31% -
HSV(B) 282.4º 0.97% 0.61% -
XYZ 12.53 5.85 31.48 -
YUV 53.79 185.12 168.8 -
System Red Green Blue C M Y K H S L
Decimal 111 5 155 0.28 0.97 0 0.39 282.4 0.94 0.31
Hex 6F 5 9B 1C 61 0 27 11A 5E 1F
Octal 157 5 233 34 141 0 47 432 136 37
Binary 1101111 101 10011011 11100 1100001 0 100111 100011010 1011110 11111

Color Harmonies of #6F059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F059B

Black with #6F059B

Text Example


Text Example

White with #6F059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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