#63335C

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

Shades of Palatinate Purple #63335C

Tints of Palatinate Purple #63335C

Color information

#63335C (or 0x63335C) is unknown color: approx Palatinate Purple. HEX triplet: 63, 33 and 5C. RGB value is (99,51,92). Sum of RGB (Red+Green+Blue) = 99+51+92=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 99 - color contains mainly: red. Hex color #63335C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63335C is #9CCCA3. Grayscale: #454545. Windows color (decimal): -10276004 or 6042467. OLE color: 6042467.

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

Color convert

RGB995192-
CMYK00.480.070.61
HSL308.75º32%29.41%-
HSV(B)308.75º48.48%38.82%-
XYZ8.265.7910.81-
YUV70.03140.4148.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.91%
GREEN value IS 51 (20.31% from 255) = 21.07%
BLUE value IS 92 (36.33% from 255) = 38.02%
R=40.91%
G=21.07%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99519200.480.070.61308.753229.41
Hex63335C03073D135201d
Octal143631340607754654035
Binary11000111100111011100011000011111110110011010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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