Html Css Color HEX #6F0C5B Palatinate Purple

📋 copy color: '#6F0C5B'

red 111 ◦ green 12 ◦ blue 91

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

Shades of Palatinate Purple #6F0C5B

Tints of Palatinate Purple #6F0C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 42.52%

R = 51.87%
G = 5.61%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#6F0C5B (or 0x6F0C5B) is known color: Palatinate Purple. HEX triplet: 6F, 0C and 5B. RGB value is (111,12,91). Sum of RGB (Red+Green+Blue) = 111+12+91=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0C5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0C5B is #90F3A4. Grayscale: #323232. Windows color (decimal): -9499557 or 5966959. OLE color: 5966959.

HSL color Cylindrical-coordinate representation of color #6F0C5B: hue angle of 312.12º 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 #6F0C5B is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 12 91 -
CMYK 0 0.89 0.18 0.56
HSL 312.12º 0.8% 0.24% -
HSV(B) 312.12º 0.89% 0.44% -
XYZ 8.58 4.4 10.29 -
YUV 50.61 150.8 171.08 -
System Red Green Blue C M Y K H S L
Decimal 111 12 91 0 0.89 0.18 0.56 312.12 0.8 0.24
Hex 6F C 5B 0 59 12 38 138 50 18
Octal 157 14 133 0 131 22 70 470 120 30
Binary 1101111 1100 1011011 0 1011001 10010 111000 100111000 1010000 11000

Color Harmonies of #6F0C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0C5B

Black with #6F0C5B

Text Example


Text Example

White with #6F0C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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