#63295D

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

Shades of Palatinate Purple #63295D

Tints of Palatinate Purple #63295D

Color information

#63295D (or 0x63295D) is unknown color: approx Palatinate Purple. HEX triplet: 63, 29 and 5D. RGB value is (99,41,93). Sum of RGB (Red+Green+Blue) = 99+41+93=233 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.49% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 99 - color contains mainly: red. Hex color #63295D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63295D is #9CD6A2. Grayscale: #404040. Windows color (decimal): -10278563 or 6105443. OLE color: 6105443.

HSL color Cylindrical-coordinate representation of color #63295D: hue angle of 306.21º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63295D is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB994193-
CMYK00.590.060.61
HSL306.21º41.43%27.45%-
HSV(B)306.21º58.59%38.82%-
XYZ7.915.0310.91-
YUV64.27144.22152.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.49%
GREEN value IS 41 (16.41% from 255) = 17.60%
BLUE value IS 93 (36.72% from 255) = 39.91%
R=42.49%
G=17.60%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99419300.590.060.61306.2141.4327.45
Hex63295D03B63D132291b
Octal143511350736754625133
Binary11000111010011011101011101111011110110011001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63295D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63295D; }

 p { color: rgb(99,41,93); }

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

<style>
 a { background-color: #63295D; }

 a { background-color: rgb(99,41,93); }

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

<style>
 span { border-color: #63295D; }

 span { border-color: rgb(99,41,93); }

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