#63025C

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

Shades of Palatinate Purple #63025C

Tints of Palatinate Purple #63025C

Color information

#63025C (or 0x63025C) is unknown color: approx Palatinate Purple. HEX triplet: 63, 02 and 5C. RGB value is (99,2,92). Sum of RGB (Red+Green+Blue) = 99+2+92=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #63025C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63025C is #9CFDA3. Grayscale: #292929. Windows color (decimal): -10288548 or 6029923. OLE color: 6029923.

HSL color Cylindrical-coordinate representation of color #63025C: hue angle of 304.33º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #63025C is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB99292-
CMYK00.980.070.61
HSL304.33º96.04%19.8%-
HSV(B)304.33º97.98%38.82%-
XYZ7.13.4710.42-
YUV41.26156.64169.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.30%
GREEN value IS 2 (1.17% from 255) = 1.04%
BLUE value IS 92 (36.33% from 255) = 47.67%
R=51.30%
G=1.04%
B=47.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9929200.980.070.61304.3396.0419.8
Hex6325C06273D1306014
Octal1432134014277546014024
Binary110001110101110001100010111111101100110000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63025C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63025C; }

 p { color: rgb(99,2,92); }

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

<style>
 a { background-color: #63025C; }

 a { background-color: rgb(99,2,92); }

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

<style>
 span { border-color: #63025C; }

 span { border-color: rgb(99,2,92); }

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