Html Css Color HEX #6C1557 Palatinate Purple

📋 copy color: '#6C1557'

red 108 ◦ green 21 ◦ blue 87

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

Shades of Palatinate Purple #6C1557

Tints of Palatinate Purple #6C1557

RGB

 RED value IS 108 (42.58% from 255) = 50%

 GREEN value IS 21 (8.59% from 255) = 9.72%

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

R = 50%
G = 9.72%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#6C1557 (or 0x6C1557) is known color: Palatinate Purple. HEX triplet: 6C, 15 and 57. RGB value is (108,21,87). Sum of RGB (Red+Green+Blue) = 108+21+87=216 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 87 (34.38% from 255 or 40.28% from 216); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1557 is #93EAA8. Grayscale: #363636. Windows color (decimal): -9693865 or 5707116. OLE color: 5707116.

HSL color Cylindrical-coordinate representation of color #6C1557: hue angle of 314.48º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C1557 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 21 87 -
CMYK 0 0.81 0.19 0.58
HSL 314.48º 0.67% 0.25% -
HSV(B) 314.48º 0.81% 0.42% -
XYZ 8.17 4.41 9.44 -
YUV 54.54 146.32 166.13 -
System Red Green Blue C M Y K H S L
Decimal 108 21 87 0 0.81 0.19 0.58 314.48 0.67 0.25
Hex 6C 15 57 0 51 13 3A 13A 43 19
Octal 154 25 127 0 121 23 72 472 103 31
Binary 1101100 10101 1010111 0 1010001 10011 111010 100111010 1000011 11001

Color Harmonies of #6C1557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1557

Black with #6C1557

Text Example


Text Example

White with #6C1557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,21,87); }

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

background-color css

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

 a { background-color: rgb(108,21,87); }

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

border-color css

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

 span { border-color: rgb(108,21,87); }

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