Html Css Color HEX #6C2555 Palatinate Purple

📋 copy color: '#6C2555'

red 108 ◦ green 37 ◦ blue 85

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

Shades of Palatinate Purple #6C2555

Tints of Palatinate Purple #6C2555

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.09%

 BLUE value IS 85 (33.59% from 255) = 36.96%

R = 46.96%
G = 16.09%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#6C2555 (or 0x6C2555) is known color: Palatinate Purple. HEX triplet: 6C, 25 and 55. RGB value is (108,37,85). Sum of RGB (Red+Green+Blue) = 108+37+85=230 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.96% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2555 is #93DAAA. Grayscale: #3F3F3F. Windows color (decimal): -9689771 or 5580140. OLE color: 5580140.

HSL color Cylindrical-coordinate representation of color #6C2555: hue angle of 319.44º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C2555 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 37 85 -
CMYK 0 0.66 0.21 0.58
HSL 319.44º 0.49% 0.28% -
HSV(B) 319.44º 0.66% 0.42% -
XYZ 8.49 5.17 9.14 -
YUV 63.7 140.02 159.6 -
System Red Green Blue C M Y K H S L
Decimal 108 37 85 0 0.66 0.21 0.58 319.44 0.49 0.28
Hex 6C 25 55 0 42 15 3A 13F 31 1C
Octal 154 45 125 0 102 25 72 477 61 34
Binary 1101100 100101 1010101 0 1000010 10101 111010 100111111 110001 11100

Color Harmonies of #6C2555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2555

Black with #6C2555

Text Example


Text Example

White with #6C2555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,37,85); }

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

background-color css

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

 a { background-color: rgb(108,37,85); }

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

border-color css

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

 span { border-color: rgb(108,37,85); }

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