Html Css Color HEX #6C1363 Palatinate Purple

📋 copy color: '#6C1363'

red 108 ◦ green 19 ◦ blue 99

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

Shades of Palatinate Purple #6C1363

Tints of Palatinate Purple #6C1363

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.41%

 BLUE value IS 99 (39.06% from 255) = 43.81%

R = 47.79%
G = 8.41%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#6C1363 (or 0x6C1363) is known color: Palatinate Purple. HEX triplet: 6C, 13 and 63. RGB value is (108,19,99). Sum of RGB (Red+Green+Blue) = 108+19+99=226 (29% of max value = 765). Red value is 108 (42.58% from 255 or 47.79% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1363 is #93EC9C. Grayscale: #363636. Windows color (decimal): -9694365 or 6493036. OLE color: 6493036.

HSL color Cylindrical-coordinate representation of color #6C1363: hue angle of 306.07º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C1363 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 19 99 -
CMYK 0 0.82 0.08 0.58
HSL 306.07º 0.7% 0.25% -
HSV(B) 306.07º 0.82% 0.42% -
XYZ 8.67 4.55 12.23 -
YUV 54.73 152.99 166 -
System Red Green Blue C M Y K H S L
Decimal 108 19 99 0 0.82 0.08 0.58 306.07 0.7 0.25
Hex 6C 13 63 0 52 8 3A 132 46 19
Octal 154 23 143 0 122 10 72 462 106 31
Binary 1101100 10011 1100011 0 1010010 1000 111010 100110010 1000110 11001

Color Harmonies of #6C1363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1363

Black with #6C1363

Text Example


Text Example

White with #6C1363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,19,99); }

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

background-color css

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

 a { background-color: rgb(108,19,99); }

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

border-color css

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

 span { border-color: rgb(108,19,99); }

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