#63055C

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

Shades of Palatinate Purple #63055C

Tints of Palatinate Purple #63055C

Color information

#63055C (or 0x63055C) is unknown color: approx Palatinate Purple. HEX triplet: 63, 05 and 5C. RGB value is (99,5,92). Sum of RGB (Red+Green+Blue) = 99+5+92=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #63055C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63055C is #9CFAA3. Grayscale: #2A2A2A. Windows color (decimal): -10287780 or 6030691. OLE color: 6030691.

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

Color convert

RGB99592-
CMYK00.950.070.61
HSL304.47º90.38%20.39%-
HSV(B)304.47º94.95%38.82%-
XYZ7.133.5310.43-
YUV43.02155.64167.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.51%
GREEN value IS 5 (2.34% from 255) = 2.55%
BLUE value IS 92 (36.33% from 255) = 46.94%
R=50.51%
G=2.55%
B=46.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9959200.950.070.61304.4790.3820.39
Hex6355C05F73D1305a14
Octal1435134013777546013224
Binary1100011101101110001011111111111101100110000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63055C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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