Html Css Color HEX #63116D Palatinate Purple

📋 copy color: '#63116D'

red 99 ◦ green 17 ◦ blue 109

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

Shades of Palatinate Purple #63116D

Tints of Palatinate Purple #63116D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 48.44%

R = 44%
G = 7.56%
B = 48.44%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#63116D (or 0x63116D) is known color: Palatinate Purple. HEX triplet: 63, 11 and 6D. RGB value is (99,17,109). Sum of RGB (Red+Green+Blue) = 99+17+109=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #63116D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63116D is #9CEE92. Grayscale: #333333. Windows color (decimal): -10284691 or 7147875. OLE color: 7147875.

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

Color convert

RGB 99 17 109 -
CMYK 0.09 0.84 0 0.57
HSL 293.48º 0.73% 0.25% -
HSV(B) 293.48º 0.84% 0.43% -
XYZ 8.11 4.16 14.84 -
YUV 52.01 160.17 161.52 -
System Red Green Blue C M Y K H S L
Decimal 99 17 109 0.09 0.84 0 0.57 293.48 0.73 0.25
Hex 63 11 6D 9 54 0 39 125 49 19
Octal 143 21 155 11 124 0 71 445 111 31
Binary 1100011 10001 1101101 1001 1010100 0 111001 100100101 1001001 11001

Color Harmonies of #63116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63116D

Black with #63116D

Text Example


Text Example

White with #63116D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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