Html Css Color HEX #63145B Palatinate Purple

📋 copy color: '#63145B'

red 99 ◦ green 20 ◦ blue 91

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

Shades of Palatinate Purple #63145B

Tints of Palatinate Purple #63145B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 43.33%

R = 47.14%
G = 9.52%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#63145B (or 0x63145B) is known color: Palatinate Purple. HEX triplet: 63, 14 and 5B. RGB value is (99,20,91). Sum of RGB (Red+Green+Blue) = 99+20+91=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #63145B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63145B is #9CEBA4. Grayscale: #333333. Windows color (decimal): -10283941 or 5968995. OLE color: 5968995.

HSL color Cylindrical-coordinate representation of color #63145B: hue angle of 306.08º 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 #63145B is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 20 91 -
CMYK 0 0.80 0.08 0.61
HSL 306.08º 0.66% 0.23% -
HSV(B) 306.08º 0.8% 0.39% -
XYZ 7.28 3.91 10.27 -
YUV 51.72 150.17 161.73 -
System Red Green Blue C M Y K H S L
Decimal 99 20 91 0 0.80 0.08 0.61 306.08 0.66 0.23
Hex 63 14 5B 0 50 8 3D 132 42 17
Octal 143 24 133 0 120 10 75 462 102 27
Binary 1100011 10100 1011011 0 1010000 1000 111101 100110010 1000010 10111

Color Harmonies of #63145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63145B

Black with #63145B

Text Example


Text Example

White with #63145B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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