Html Css Color HEX #6F0A59 Palatinate Purple

📋 copy color: '#6F0A59'

red 111 ◦ green 10 ◦ blue 89

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

Shades of Palatinate Purple #6F0A59

Tints of Palatinate Purple #6F0A59

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.76%

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

R = 52.86%
G = 4.76%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#6F0A59 (or 0x6F0A59) is known color: Palatinate Purple. HEX triplet: 6F, 0A and 59. RGB value is (111,10,89). Sum of RGB (Red+Green+Blue) = 111+10+89=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0A59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0A59 is #90F5A6. Grayscale: #303030. Windows color (decimal): -9500071 or 5835375. OLE color: 5835375.

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

Color convert

RGB 111 10 89 -
CMYK 0 0.91 0.20 0.56
HSL 313.07º 0.83% 0.24% -
HSV(B) 313.07º 0.91% 0.44% -
XYZ 8.47 4.32 9.84 -
YUV 49.21 150.46 172.08 -
System Red Green Blue C M Y K H S L
Decimal 111 10 89 0 0.91 0.20 0.56 313.07 0.83 0.24
Hex 6F A 59 0 5B 14 38 139 53 18
Octal 157 12 131 0 133 24 70 471 123 30
Binary 1101111 1010 1011001 0 1011011 10100 111000 100111001 1010011 11000

Color Harmonies of #6F0A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0A59

Black with #6F0A59

Text Example


Text Example

White with #6F0A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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