#63095A

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

Shades of Palatinate Purple #63095A

Tints of Palatinate Purple #63095A

Color information

#63095A (or 0x63095A) is unknown color: approx Palatinate Purple. HEX triplet: 63, 09 and 5A. RGB value is (99,9,90). Sum of RGB (Red+Green+Blue) = 99+9+90=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #63095A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63095A is #9CF6A5. Grayscale: #2C2C2C. Windows color (decimal): -10286758 or 5900643. OLE color: 5900643.

HSL color Cylindrical-coordinate representation of color #63095A: hue angle of 306º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #63095A is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB99990-
CMYK00.910.090.61
HSL306º83.33%21.18%-
HSV(B)306º90.91%38.82%-
XYZ7.093.599.99-
YUV45.14153.32166.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50%
GREEN value IS 9 (3.91% from 255) = 4.55%
BLUE value IS 90 (35.55% from 255) = 45.45%
R=50%
G=4.55%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9999000.910.090.6130683.3321.18
Hex6395A05B93D1325315
Octal143111320133117546212325
Binary110001110011011010010110111001111101100110010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63095A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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