Html Css Color HEX #6F1A66 Palatinate Purple

📋 copy color: '#6F1A66'

red 111 ◦ green 26 ◦ blue 102

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

Shades of Palatinate Purple #6F1A66

Tints of Palatinate Purple #6F1A66

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.88%

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

R = 46.44%
G = 10.88%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#6F1A66 (or 0x6F1A66) is known color: Palatinate Purple. HEX triplet: 6F, 1A and 66. RGB value is (111,26,102). Sum of RGB (Red+Green+Blue) = 111+26+102=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1A66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1A66 is #90E599. Grayscale: #3B3B3B. Windows color (decimal): -9495962 or 6691439. OLE color: 6691439.

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

Color convert

RGB 111 26 102 -
CMYK 0 0.77 0.08 0.56
HSL 306.35º 0.62% 0.27% -
HSV(B) 306.35º 0.77% 0.44% -
XYZ 9.32 5.08 13.06 -
YUV 60.08 151.66 164.32 -
System Red Green Blue C M Y K H S L
Decimal 111 26 102 0 0.77 0.08 0.56 306.35 0.62 0.27
Hex 6F 1A 66 0 4D 8 38 132 3E 1B
Octal 157 32 146 0 115 10 70 462 76 33
Binary 1101111 11010 1100110 0 1001101 1000 111000 100110010 111110 11011

Color Harmonies of #6F1A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1A66

Black with #6F1A66

Text Example


Text Example

White with #6F1A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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