Html Css Color HEX #6C1064 Palatinate Purple

📋 copy color: '#6C1064'

red 108 ◦ green 16 ◦ blue 100

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

Shades of Palatinate Purple #6C1064

Tints of Palatinate Purple #6C1064

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.14%

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

R = 48.21%
G = 7.14%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#6C1064 (or 0x6C1064) is known color: Palatinate Purple. HEX triplet: 6C, 10 and 64. RGB value is (108,16,100). Sum of RGB (Red+Green+Blue) = 108+16+100=224 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.21% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 100 (39.45% from 255 or 44.64% from 224); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1064 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1064 is #93EF9B. Grayscale: #343434. Windows color (decimal): -9695132 or 6557804. OLE color: 6557804.

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

Color convert

RGB 108 16 100 -
CMYK 0 0.85 0.07 0.58
HSL 305.22º 0.74% 0.24% -
HSV(B) 305.22º 0.85% 0.42% -
XYZ 8.67 4.48 12.46 -
YUV 53.08 154.48 167.17 -
System Red Green Blue C M Y K H S L
Decimal 108 16 100 0 0.85 0.07 0.58 305.22 0.74 0.24
Hex 6C 10 64 0 55 7 3A 131 4A 18
Octal 154 20 144 0 125 7 72 461 112 30
Binary 1101100 10000 1100100 0 1010101 111 111010 100110001 1001010 11000

Color Harmonies of #6C1064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1064

Black with #6C1064

Text Example


Text Example

White with #6C1064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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