Html Css Color HEX #6F2066 Palatinate Purple

📋 copy color: '#6F2066'

red 111 ◦ green 32 ◦ blue 102

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

Shades of Palatinate Purple #6F2066

Tints of Palatinate Purple #6F2066

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.06%

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

R = 45.31%
G = 13.06%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#6F2066 (or 0x6F2066) is known color: Palatinate Purple. HEX triplet: 6F, 20 and 66. RGB value is (111,32,102). Sum of RGB (Red+Green+Blue) = 111+32+102=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 102 (40.23% from 255 or 41.63% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2066 is #90DF99. Grayscale: #3F3F3F. Windows color (decimal): -9494426 or 6692975. OLE color: 6692975.

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

Color convert

RGB 111 32 102 -
CMYK 0 0.71 0.08 0.56
HSL 306.84º 0.55% 0.28% -
HSV(B) 306.84º 0.71% 0.44% -
XYZ 9.47 5.37 13.11 -
YUV 63.6 149.67 161.81 -
System Red Green Blue C M Y K H S L
Decimal 111 32 102 0 0.71 0.08 0.56 306.84 0.55 0.28
Hex 6F 20 66 0 47 8 38 133 37 1C
Octal 157 40 146 0 107 10 70 463 67 34
Binary 1101111 100000 1100110 0 1000111 1000 111000 100110011 110111 11100

Color Harmonies of #6F2066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2066

Black with #6F2066

Text Example


Text Example

White with #6F2066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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