Html Css Color HEX #6C1A55 Palatinate Purple

📋 copy color: '#6C1A55'

red 108 ◦ green 26 ◦ blue 85

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

Shades of Palatinate Purple #6C1A55

Tints of Palatinate Purple #6C1A55

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.87%

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

R = 49.32%
G = 11.87%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#6C1A55 (or 0x6C1A55) is known color: Palatinate Purple. HEX triplet: 6C, 1A and 55. RGB value is (108,26,85). Sum of RGB (Red+Green+Blue) = 108+26+85=219 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.32% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C1A55 is #93E5AA. Grayscale: #393939. Windows color (decimal): -9692587 or 5577324. OLE color: 5577324.

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

Color convert

RGB 108 26 85 -
CMYK 0 0.76 0.21 0.58
HSL 316.83º 0.61% 0.26% -
HSV(B) 316.83º 0.76% 0.42% -
XYZ 8.19 4.58 9.05 -
YUV 57.24 143.67 164.2 -
System Red Green Blue C M Y K H S L
Decimal 108 26 85 0 0.76 0.21 0.58 316.83 0.61 0.26
Hex 6C 1A 55 0 4C 15 3A 13D 3D 1A
Octal 154 32 125 0 114 25 72 475 75 32
Binary 1101100 11010 1010101 0 1001100 10101 111010 100111101 111101 11010

Color Harmonies of #6C1A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1A55

Black with #6C1A55

Text Example


Text Example

White with #6C1A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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