#63335A

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

Shades of Palatinate Purple #63335A

Tints of Palatinate Purple #63335A

Color information

#63335A (or 0x63335A) is unknown color: approx Palatinate Purple. HEX triplet: 63, 33 and 5A. RGB value is (99,51,90). Sum of RGB (Red+Green+Blue) = 99+51+90=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 99 - color contains mainly: red. Hex color #63335A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63335A is #9CCCA5. Grayscale: #454545. Windows color (decimal): -10276006 or 5911395. OLE color: 5911395.

HSL color Cylindrical-coordinate representation of color #63335A: hue angle of 311.25º 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 #63335A is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB995190-
CMYK00.480.090.61
HSL311.25º32%29.41%-
HSV(B)311.25º48.48%38.82%-
XYZ8.175.7610.35-
YUV69.8139.4148.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.25%
GREEN value IS 51 (20.31% from 255) = 21.25%
BLUE value IS 90 (35.55% from 255) = 37.5%
R=41.25%
G=21.25%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99519000.480.090.61311.253229.41
Hex63335A03093D137201d
Octal1436313206011754674035
Binary110001111001110110100110000100111110110011011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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