Html Css Color HEX #6C1857 Palatinate Purple

📋 copy color: '#6C1857'

red 108 ◦ green 24 ◦ blue 87

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

Shades of Palatinate Purple #6C1857

Tints of Palatinate Purple #6C1857

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.96%

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

R = 49.32%
G = 10.96%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#6C1857 (or 0x6C1857) is known color: Palatinate Purple. HEX triplet: 6C, 18 and 57. RGB value is (108,24,87). Sum of RGB (Red+Green+Blue) = 108+24+87=219 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.32% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 87 (34.38% from 255 or 39.73% from 219); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1857 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1857 is #93E7A8. Grayscale: #383838. Windows color (decimal): -9693097 or 5707884. OLE color: 5707884.

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

Color convert

RGB 108 24 87 -
CMYK 0 0.78 0.19 0.58
HSL 315º 0.64% 0.26% -
HSV(B) 315º 0.78% 0.42% -
XYZ 8.23 4.53 9.46 -
YUV 56.3 145.33 164.88 -
System Red Green Blue C M Y K H S L
Decimal 108 24 87 0 0.78 0.19 0.58 315 0.64 0.26
Hex 6C 18 57 0 4E 13 3A 13B 40 1A
Octal 154 30 127 0 116 23 72 473 100 32
Binary 1101100 11000 1010111 0 1001110 10011 111010 100111011 1000000 11010

Color Harmonies of #6C1857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1857

Black with #6C1857

Text Example


Text Example

White with #6C1857

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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