Html Css Color HEX #6F0C5F Palatinate Purple

📋 copy color: '#6F0C5F'

red 111 ◦ green 12 ◦ blue 95

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

Shades of Palatinate Purple #6F0C5F

Tints of Palatinate Purple #6F0C5F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.5%

 BLUE value IS 95 (37.5% from 255) = 43.58%

R = 50.92%
G = 5.5%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F0C5F (or 0x6F0C5F) is known color: Palatinate Purple. HEX triplet: 6F, 0C and 5F. RGB value is (111,12,95). Sum of RGB (Red+Green+Blue) = 111+12+95=218 (28% of max value = 765). Red value is 111 (43.75% from 255 or 50.92% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 95 (37.5% from 255 or 43.58% from 218); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0C5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0C5F is #90F3A0. Grayscale: #323232. Windows color (decimal): -9499553 or 6229103. OLE color: 6229103.

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

Color convert

RGB 111 12 95 -
CMYK 0 0.89 0.14 0.56
HSL 309.7º 0.8% 0.24% -
HSV(B) 309.7º 0.89% 0.44% -
XYZ 8.75 4.47 11.23 -
YUV 51.06 152.8 170.75 -
System Red Green Blue C M Y K H S L
Decimal 111 12 95 0 0.89 0.14 0.56 309.7 0.8 0.24
Hex 6F C 5F 0 59 E 38 136 50 18
Octal 157 14 137 0 131 16 70 466 120 30
Binary 1101111 1100 1011111 0 1011001 1110 111000 100110110 1010000 11000

Color Harmonies of #6F0C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0C5F

Black with #6F0C5F

Text Example


Text Example

White with #6F0C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,12,95); }

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

background-color css

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

 a { background-color: rgb(111,12,95); }

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

border-color css

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

 span { border-color: rgb(111,12,95); }

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