Html Css Color HEX #6C1956 Palatinate Purple

📋 copy color: '#6C1956'

red 108 ◦ green 25 ◦ blue 86

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

Shades of Palatinate Purple #6C1956

Tints of Palatinate Purple #6C1956

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.42%

 BLUE value IS 86 (33.98% from 255) = 39.27%

R = 49.32%
G = 11.42%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.58

RGB Variations

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

Color information

#6C1956 (or 0x6C1956) is known color: Palatinate Purple. HEX triplet: 6C, 19 and 56. RGB value is (108,25,86). Sum of RGB (Red+Green+Blue) = 108+25+86=219 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.32% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 86 (33.98% from 255 or 39.27% from 219); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1956 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1956 is #93E6A9. Grayscale: #383838. Windows color (decimal): -9692842 or 5642604. OLE color: 5642604.

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

Color convert

RGB 108 25 86 -
CMYK 0 0.77 0.20 0.58
HSL 315.9º 0.62% 0.26% -
HSV(B) 315.9º 0.77% 0.42% -
XYZ 8.21 4.56 9.25 -
YUV 56.77 144.5 164.54 -
System Red Green Blue C M Y K H S L
Decimal 108 25 86 0 0.77 0.20 0.58 315.9 0.62 0.26
Hex 6C 19 56 0 4D 14 3A 13C 3E 1A
Octal 154 31 126 0 115 24 72 474 76 32
Binary 1101100 11001 1010110 0 1001101 10100 111010 100111100 111110 11010

Color Harmonies of #6C1956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1956

Black with #6C1956

Text Example


Text Example

White with #6C1956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,25,86); }

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

background-color css

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

 a { background-color: rgb(108,25,86); }

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

border-color css

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

 span { border-color: rgb(108,25,86); }

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