Html Css Color HEX #63116C Palatinate Purple

📋 copy color: '#63116C'

red 99 ◦ green 17 ◦ blue 108

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

Shades of Palatinate Purple #63116C

Tints of Palatinate Purple #63116C

RGB

 RED value IS 99 (39.06% from 255) = 44.2%

 GREEN value IS 17 (7.03% from 255) = 7.59%

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

R = 44.2%
G = 7.59%
B = 48.21%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#63116C (or 0x63116C) is known color: Palatinate Purple. HEX triplet: 63, 11 and 6C. RGB value is (99,17,108). Sum of RGB (Red+Green+Blue) = 99+17+108=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #63116C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63116C is #9CEE93. Grayscale: #333333. Windows color (decimal): -10284692 or 7082339. OLE color: 7082339.

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

Color convert

RGB 99 17 108 -
CMYK 0.08 0.84 0 0.58
HSL 294.07º 0.73% 0.25% -
HSV(B) 294.07º 0.84% 0.42% -
XYZ 8.05 4.14 14.56 -
YUV 51.89 159.67 161.6 -
System Red Green Blue C M Y K H S L
Decimal 99 17 108 0.08 0.84 0 0.58 294.07 0.73 0.25
Hex 63 11 6C 8 54 0 3A 126 49 19
Octal 143 21 154 10 124 0 72 446 111 31
Binary 1100011 10001 1101100 1000 1010100 0 111010 100100110 1001001 11001

Color Harmonies of #63116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63116C

Black with #63116C

Text Example


Text Example

White with #63116C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63116C; }

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

 H1.HeaderClassName
 {
   color: #63116C;
 }
 .AnyTagClassName
 {
   color: #63116C;
 }
</style>

background-color css

<style>
 a { background-color: #63116C; }

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

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

border-color css

<style>
 span { border-color: #63116C; }

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

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