#63145A

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

Shades of Palatinate Purple #63145A

Tints of Palatinate Purple #63145A

Color information

#63145A (or 0x63145A) is unknown color: approx Palatinate Purple. HEX triplet: 63, 14 and 5A. RGB value is (99,20,90). Sum of RGB (Red+Green+Blue) = 99+20+90=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #63145A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63145A is #9CEBA5. Grayscale: #333333. Windows color (decimal): -10283942 or 5903459. OLE color: 5903459.

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

Color convert

RGB992090-
CMYK00.800.090.61
HSL306.84º66.39%23.33%-
HSV(B)306.84º79.8%38.82%-
XYZ7.243.8910.04-
YUV51.6149.67161.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.37%
GREEN value IS 20 (8.20% from 255) = 9.57%
BLUE value IS 90 (35.55% from 255) = 43.06%
R=47.37%
G=9.57%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99209000.800.090.61306.8466.3923.33
Hex63145A05093D1334217
Octal143241320120117546310227
Binary1100011101001011010010100001001111101100110011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63145A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #63145A;
 }
 .AnyTagClassName
 {
   color: #63145A;
 }
</style>
background-color css

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

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

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

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

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

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