#63095F

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

Shades of Palatinate Purple #63095F

Tints of Palatinate Purple #63095F

Color information

#63095F (or 0x63095F) is unknown color: approx Palatinate Purple. HEX triplet: 63, 09 and 5F. RGB value is (99,9,95). Sum of RGB (Red+Green+Blue) = 99+9+95=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 95 (37.5% from 255 or 46.80% from 203); Max value from RGB is 99 - color contains mainly: red. Hex color #63095F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63095F is #9CF6A0. Grayscale: #2D2D2D. Windows color (decimal): -10286753 or 6228323. OLE color: 6228323.

HSL color Cylindrical-coordinate representation of color #63095F: hue angle of 302.67º 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 #63095F is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB99995-
CMYK00.910.040.61
HSL302.67º83.33%21.18%-
HSV(B)302.67º90.91%38.82%-
XYZ7.313.6711.15-
YUV45.71155.82166.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.77%
GREEN value IS 9 (3.91% from 255) = 4.43%
BLUE value IS 95 (37.5% from 255) = 46.80%
R=48.77%
G=4.43%
B=46.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9999500.910.040.61302.6783.3321.18
Hex6395F05B43D12f5315
Octal14311137013347545712325
Binary11000111001101111101011011100111101100101111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63095F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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