Html Css Color HEX #6C2864 Palatinate Purple

📋 copy color: '#6C2864'

red 108 ◦ green 40 ◦ blue 100

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

Shades of Palatinate Purple #6C2864

Tints of Palatinate Purple #6C2864

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.13%

 BLUE value IS 100 (39.45% from 255) = 40.32%

R = 43.55%
G = 16.13%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#6C2864 (or 0x6C2864) is known color: Palatinate Purple. HEX triplet: 6C, 28 and 64. RGB value is (108,40,100). Sum of RGB (Red+Green+Blue) = 108+40+100=248 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.55% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 100 (39.45% from 255 or 40.32% from 248); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2864 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2864 is #93D79B. Grayscale: #434343. Windows color (decimal): -9688988 or 6563948. OLE color: 6563948.

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

Color convert

RGB 108 40 100 -
CMYK 0 0.63 0.07 0.58
HSL 307.06º 0.46% 0.29% -
HSV(B) 307.06º 0.63% 0.42% -
XYZ 9.24 5.63 12.66 -
YUV 67.17 146.53 157.12 -
System Red Green Blue C M Y K H S L
Decimal 108 40 100 0 0.63 0.07 0.58 307.06 0.46 0.29
Hex 6C 28 64 0 3F 7 3A 133 2E 1D
Octal 154 50 144 0 77 7 72 463 56 35
Binary 1101100 101000 1100100 0 111111 111 111010 100110011 101110 11101

Color Harmonies of #6C2864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2864

Black with #6C2864

Text Example


Text Example

White with #6C2864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,40,100); }

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

background-color css

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

 a { background-color: rgb(108,40,100); }

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

border-color css

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

 span { border-color: rgb(108,40,100); }

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