Html Css Color HEX #6F1E66 Palatinate Purple

📋 copy color: '#6F1E66'

red 111 ◦ green 30 ◦ blue 102

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

Shades of Palatinate Purple #6F1E66

Tints of Palatinate Purple #6F1E66

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.35%

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

R = 45.68%
G = 12.35%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#6F1E66 (or 0x6F1E66) is known color: Palatinate Purple. HEX triplet: 6F, 1E and 66. RGB value is (111,30,102). Sum of RGB (Red+Green+Blue) = 111+30+102=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 30 (12.11% from 255 or 12.35% from 243); Blue value is 102 (40.23% from 255 or 41.98% from 243); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1E66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1E66 is #90E199. Grayscale: #3E3E3E. Windows color (decimal): -9494938 or 6692463. OLE color: 6692463.

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

Color convert

RGB 111 30 102 -
CMYK 0 0.73 0.08 0.56
HSL 306.67º 0.57% 0.28% -
HSV(B) 306.67º 0.73% 0.44% -
XYZ 9.42 5.27 13.09 -
YUV 62.43 150.34 162.65 -
System Red Green Blue C M Y K H S L
Decimal 111 30 102 0 0.73 0.08 0.56 306.67 0.57 0.28
Hex 6F 1E 66 0 49 8 38 133 39 1C
Octal 157 36 146 0 111 10 70 463 71 34
Binary 1101111 11110 1100110 0 1001001 1000 111000 100110011 111001 11100

Color Harmonies of #6F1E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1E66

Black with #6F1E66

Text Example


Text Example

White with #6F1E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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