Html Css Color HEX #6C3C5F Palatinate Purple

📋 copy color: '#6C3C5F'

red 108 ◦ green 60 ◦ blue 95

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

Shades of Palatinate Purple #6C3C5F

Tints of Palatinate Purple #6C3C5F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.81%

 BLUE value IS 95 (37.5% from 255) = 36.12%

R = 41.06%
G = 22.81%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6C3C5F (or 0x6C3C5F) is known color: Palatinate Purple. HEX triplet: 6C, 3C and 5F. RGB value is (108,60,95). Sum of RGB (Red+Green+Blue) = 108+60+95=263 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.06% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3C5F is #93C3A0. Grayscale: #4E4E4E. Windows color (decimal): -9683873 or 6241388. OLE color: 6241388.

HSL color Cylindrical-coordinate representation of color #6C3C5F: hue angle of 316.25º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6C3C5F is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 60 95 -
CMYK 0 0.44 0.12 0.58
HSL 316.25º 0.29% 0.33% -
HSV(B) 316.25º 0.44% 0.42% -
XYZ 9.87 7.25 11.71 -
YUV 78.34 137.4 149.15 -
System Red Green Blue C M Y K H S L
Decimal 108 60 95 0 0.44 0.12 0.58 316.25 0.29 0.33
Hex 6C 3C 5F 0 2C C 3A 13C 1D 21
Octal 154 74 137 0 54 14 72 474 35 41
Binary 1101100 111100 1011111 0 101100 1100 111010 100111100 11101 100001

Color Harmonies of #6C3C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3C5F

Black with #6C3C5F

Text Example


Text Example

White with #6C3C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,60,95); }

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

background-color css

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

 a { background-color: rgb(108,60,95); }

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

border-color css

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

 span { border-color: rgb(108,60,95); }

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