Html Css Color HEX #6F0C5D Palatinate Purple

📋 copy color: '#6F0C5D'

red 111 ◦ green 12 ◦ blue 93

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

Shades of Palatinate Purple #6F0C5D

Tints of Palatinate Purple #6F0C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 43.06%

R = 51.39%
G = 5.56%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F0C5D (or 0x6F0C5D) is known color: Palatinate Purple. HEX triplet: 6F, 0C and 5D. RGB value is (111,12,93). Sum of RGB (Red+Green+Blue) = 111+12+93=216 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.39% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0C5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0C5D is #90F3A2. Grayscale: #323232. Windows color (decimal): -9499555 or 6098031. OLE color: 6098031.

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

Color convert

RGB 111 12 93 -
CMYK 0 0.89 0.16 0.56
HSL 310.91º 0.8% 0.24% -
HSV(B) 310.91º 0.89% 0.44% -
XYZ 8.66 4.43 10.75 -
YUV 50.84 151.8 170.91 -
System Red Green Blue C M Y K H S L
Decimal 111 12 93 0 0.89 0.16 0.56 310.91 0.8 0.24
Hex 6F C 5D 0 59 10 38 137 50 18
Octal 157 14 135 0 131 20 70 467 120 30
Binary 1101111 1100 1011101 0 1011001 10000 111000 100110111 1010000 11000

Color Harmonies of #6F0C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0C5D

Black with #6F0C5D

Text Example


Text Example

White with #6F0C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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