Html Css Color HEX #6F0166 Purple

📋 copy color: '#6F0166'

red 111 ◦ green 1 ◦ blue 102

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

Shades of Purple #6F0166

Tints of Purple #6F0166

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 102 (40.23% from 255) = 47.66%

R = 51.87%
G = 0.47%
B = 47.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#6F0166 (or 0x6F0166) is known color: Purple. HEX triplet: 6F, 01 and 66. RGB value is (111,1,102). Sum of RGB (Red+Green+Blue) = 111+1+102=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0166 is #90FE99. Grayscale: #2D2D2D. Windows color (decimal): -9502362 or 6685039. OLE color: 6685039.

HSL color Cylindrical-coordinate representation of color #6F0166: hue angle of 304.91º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F0166 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 1 102 -
CMYK 0 0.99 0.08 0.56
HSL 304.91º 0.98% 0.22% -
HSV(B) 304.91º 0.99% 0.44% -
XYZ 8.96 4.36 12.94 -
YUV 45.4 159.94 174.79 -
System Red Green Blue C M Y K H S L
Decimal 111 1 102 0 0.99 0.08 0.56 304.91 0.98 0.22
Hex 6F 1 66 0 63 8 38 131 62 16
Octal 157 1 146 0 143 10 70 461 142 26
Binary 1101111 1 1100110 0 1100011 1000 111000 100110001 1100010 10110

Color Harmonies of #6F0166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0166

Black with #6F0166

Text Example


Text Example

White with #6F0166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,1,102); }

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

background-color css

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

 a { background-color: rgb(111,1,102); }

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

border-color css

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

 span { border-color: rgb(111,1,102); }

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