Html Css Color HEX #6F0859 Palatinate Purple

📋 copy color: '#6F0859'

red 111 ◦ green 8 ◦ blue 89

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

Shades of Palatinate Purple #6F0859

Tints of Palatinate Purple #6F0859

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.85%

 BLUE value IS 89 (35.16% from 255) = 42.79%

R = 53.37%
G = 3.85%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#6F0859 (or 0x6F0859) is known color: Palatinate Purple. HEX triplet: 6F, 08 and 59. RGB value is (111,8,89). Sum of RGB (Red+Green+Blue) = 111+8+89=208 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.37% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0859 is #90F7A6. Grayscale: #2F2F2F. Windows color (decimal): -9500583 or 5834863. OLE color: 5834863.

HSL color Cylindrical-coordinate representation of color #6F0859: hue angle of 312.82º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F0859 is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 8 89 -
CMYK 0 0.93 0.20 0.56
HSL 312.82º 0.87% 0.23% -
HSV(B) 312.82º 0.93% 0.44% -
XYZ 8.45 4.27 9.83 -
YUV 48.03 151.12 172.91 -
System Red Green Blue C M Y K H S L
Decimal 111 8 89 0 0.93 0.20 0.56 312.82 0.87 0.23
Hex 6F 8 59 0 5D 14 38 139 57 17
Octal 157 10 131 0 135 24 70 471 127 27
Binary 1101111 1000 1011001 0 1011101 10100 111000 100111001 1010111 10111

Color Harmonies of #6F0859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0859

Black with #6F0859

Text Example


Text Example

White with #6F0859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,8,89); }

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

background-color css

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

 a { background-color: rgb(111,8,89); }

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

border-color css

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

 span { border-color: rgb(111,8,89); }

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