Html Css Color HEX #63145E Palatinate Purple

📋 copy color: '#63145E'

red 99 ◦ green 20 ◦ blue 94

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

Shades of Palatinate Purple #63145E

Tints of Palatinate Purple #63145E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 44.13%

R = 46.48%
G = 9.39%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#63145E (or 0x63145E) is known color: Palatinate Purple. HEX triplet: 63, 14 and 5E. RGB value is (99,20,94). Sum of RGB (Red+Green+Blue) = 99+20+94=213 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.48% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 99 - color contains mainly: red. Hex color #63145E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63145E is #9CEBA1. Grayscale: #333333. Windows color (decimal): -10283938 or 6165603. OLE color: 6165603.

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

Color convert

RGB 99 20 94 -
CMYK 0 0.80 0.05 0.61
HSL 303.8º 0.66% 0.23% -
HSV(B) 303.8º 0.8% 0.39% -
XYZ 7.42 3.96 10.96 -
YUV 52.06 151.67 161.48 -
System Red Green Blue C M Y K H S L
Decimal 99 20 94 0 0.80 0.05 0.61 303.8 0.66 0.23
Hex 63 14 5E 0 50 5 3D 130 42 17
Octal 143 24 136 0 120 5 75 460 102 27
Binary 1100011 10100 1011110 0 1010000 101 111101 100110000 1000010 10111

Color Harmonies of #63145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63145E

Black with #63145E

Text Example


Text Example

White with #63145E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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