Html Css Color HEX #6F0B66 Palatinate Purple

📋 copy color: '#6F0B66'

red 111 ◦ green 11 ◦ blue 102

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

Shades of Palatinate Purple #6F0B66

Tints of Palatinate Purple #6F0B66

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.91%

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

R = 49.55%
G = 4.91%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#6F0B66 (or 0x6F0B66) is known color: Palatinate Purple. HEX triplet: 6F, 0B and 66. RGB value is (111,11,102). Sum of RGB (Red+Green+Blue) = 111+11+102=224 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.55% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0B66 is #90F499. Grayscale: #333333. Windows color (decimal): -9499802 or 6687599. OLE color: 6687599.

HSL color Cylindrical-coordinate representation of color #6F0B66: hue angle of 305.4º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F0B66 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 11 102 -
CMYK 0 0.90 0.08 0.56
HSL 305.4º 0.82% 0.24% -
HSV(B) 305.4º 0.9% 0.44% -
XYZ 9.07 4.58 12.98 -
YUV 51.27 156.63 170.6 -
System Red Green Blue C M Y K H S L
Decimal 111 11 102 0 0.90 0.08 0.56 305.4 0.82 0.24
Hex 6F B 66 0 5A 8 38 131 52 18
Octal 157 13 146 0 132 10 70 461 122 30
Binary 1101111 1011 1100110 0 1011010 1000 111000 100110001 1010010 11000

Color Harmonies of #6F0B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0B66

Black with #6F0B66

Text Example


Text Example

White with #6F0B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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