Html Css Color HEX #6F1966 Palatinate Purple

📋 copy color: '#6F1966'

red 111 ◦ green 25 ◦ blue 102

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

Shades of Palatinate Purple #6F1966

Tints of Palatinate Purple #6F1966

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.5%

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

R = 46.64%
G = 10.5%
B = 42.86%

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

#6F1966 (or 0x6F1966) is known color: Palatinate Purple. HEX triplet: 6F, 19 and 66. RGB value is (111,25,102). Sum of RGB (Red+Green+Blue) = 111+25+102=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1966 is #90E699. Grayscale: #3B3B3B. Windows color (decimal): -9496218 or 6691183. OLE color: 6691183.

HSL color Cylindrical-coordinate representation of color #6F1966: hue angle of 306.28º degrees, saturation: 0.63, 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 #6F1966 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 25 102 -
CMYK 0 0.77 0.08 0.56
HSL 306.28º 0.63% 0.27% -
HSV(B) 306.28º 0.77% 0.44% -
XYZ 9.3 5.03 13.05 -
YUV 59.49 151.99 164.74 -
System Red Green Blue C M Y K H S L
Decimal 111 25 102 0 0.77 0.08 0.56 306.28 0.63 0.27
Hex 6F 19 66 0 4D 8 38 132 3F 1B
Octal 157 31 146 0 115 10 70 462 77 33
Binary 1101111 11001 1100110 0 1001101 1000 111000 100110010 111111 11011

Color Harmonies of #6F1966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1966

Black with #6F1966

Text Example


Text Example

White with #6F1966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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