Html Css Color HEX #6C1854 Palatinate Purple

📋 copy color: '#6C1854'

red 108 ◦ green 24 ◦ blue 84

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

Shades of Palatinate Purple #6C1854

Tints of Palatinate Purple #6C1854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 38.89%

R = 50%
G = 11.11%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#6C1854 (or 0x6C1854) is known color: Palatinate Purple. HEX triplet: 6C, 18 and 54. RGB value is (108,24,84). Sum of RGB (Red+Green+Blue) = 108+24+84=216 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1854 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1854 is #93E7AB. Grayscale: #373737. Windows color (decimal): -9693100 or 5511276. OLE color: 5511276.

HSL color Cylindrical-coordinate representation of color #6C1854: hue angle of 317.14º 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 #6C1854 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 24 84 -
CMYK 0 0.78 0.22 0.58
HSL 317.14º 0.64% 0.26% -
HSV(B) 317.14º 0.78% 0.42% -
XYZ 8.11 4.48 8.83 -
YUV 55.96 143.83 165.12 -
System Red Green Blue C M Y K H S L
Decimal 108 24 84 0 0.78 0.22 0.58 317.14 0.64 0.26
Hex 6C 18 54 0 4E 16 3A 13D 40 1A
Octal 154 30 124 0 116 26 72 475 100 32
Binary 1101100 11000 1010100 0 1001110 10110 111010 100111101 1000000 11010

Color Harmonies of #6C1854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1854

Black with #6C1854

Text Example


Text Example

White with #6C1854

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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