Html Css Color HEX #6D0C57 Palatinate Purple

📋 copy color: '#6D0C57'

red 109 ◦ green 12 ◦ blue 87

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

Shades of Palatinate Purple #6D0C57

Tints of Palatinate Purple #6D0C57

RGB

 RED value IS 109 (42.97% from 255) = 52.4%

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

 BLUE value IS 87 (34.38% from 255) = 41.83%

R = 52.4%
G = 5.77%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.57

RGB Variations

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

Color information

#6D0C57 (or 0x6D0C57) is known color: Palatinate Purple. HEX triplet: 6D, 0C and 57. RGB value is (109,12,87). Sum of RGB (Red+Green+Blue) = 109+12+87=208 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.40% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 87 (34.38% from 255 or 41.83% from 208); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0C57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0C57 is #92F3A8. Grayscale: #313131. Windows color (decimal): -9630633 or 5704813. OLE color: 5704813.

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

Color convert

RGB 109 12 87 -
CMYK 0 0.89 0.20 0.57
HSL 313.61º 0.8% 0.24% -
HSV(B) 313.61º 0.89% 0.43% -
XYZ 8.16 4.2 9.4 -
YUV 49.55 149.14 170.4 -
System Red Green Blue C M Y K H S L
Decimal 109 12 87 0 0.89 0.20 0.57 313.61 0.8 0.24
Hex 6D C 57 0 59 14 39 13A 50 18
Octal 155 14 127 0 131 24 71 472 120 30
Binary 1101101 1100 1010111 0 1011001 10100 111001 100111010 1010000 11000

Color Harmonies of #6D0C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0C57

Black with #6D0C57

Text Example


Text Example

White with #6D0C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,12,87); }

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

background-color css

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

 a { background-color: rgb(109,12,87); }

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

border-color css

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

 span { border-color: rgb(109,12,87); }

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