Html Css Color HEX #63145D Palatinate Purple

📋 copy color: '#63145D'

red 99 ◦ green 20 ◦ blue 93

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

Shades of Palatinate Purple #63145D

Tints of Palatinate Purple #63145D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.43%

 BLUE value IS 93 (36.72% from 255) = 43.87%

R = 46.7%
G = 9.43%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#63145D (or 0x63145D) is known color: Palatinate Purple. HEX triplet: 63, 14 and 5D. RGB value is (99,20,93). Sum of RGB (Red+Green+Blue) = 99+20+93=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #63145D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63145D is #9CEBA2. Grayscale: #333333. Windows color (decimal): -10283939 or 6100067. OLE color: 6100067.

HSL color Cylindrical-coordinate representation of color #63145D: hue angle of 304.56º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #63145D is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 20 93 -
CMYK 0 0.80 0.06 0.61
HSL 304.56º 0.66% 0.23% -
HSV(B) 304.56º 0.8% 0.39% -
XYZ 7.37 3.94 10.73 -
YUV 51.94 151.17 161.56 -
System Red Green Blue C M Y K H S L
Decimal 99 20 93 0 0.80 0.06 0.61 304.56 0.66 0.23
Hex 63 14 5D 0 50 6 3D 131 42 17
Octal 143 24 135 0 120 6 75 461 102 27
Binary 1100011 10100 1011101 0 1010000 110 111101 100110001 1000010 10111

Color Harmonies of #63145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63145D

Black with #63145D

Text Example


Text Example

White with #63145D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,20,93); }

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

background-color css

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

 a { background-color: rgb(99,20,93); }

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

border-color css

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

 span { border-color: rgb(99,20,93); }

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