#63145E

Color #63145E Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #63145E

Tints of Palatinate Purple #63145E

Color information

#63145E (or 0x63145E) is unknown color: approx 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

RGB992094-
CMYK00.800.050.61
HSL303.8º66.39%23.33%-
HSV(B)303.8º79.8%38.82%-
XYZ7.423.9610.96-
YUV52.06151.67161.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.48%
GREEN value IS 20 (8.20% 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 (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99209400.800.050.61303.866.3923.33
Hex63145E05053D1304217
Octal14324136012057546010227
Binary110001110100101111001010000101111101100110000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63145E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>