#63335F

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

Shades of Palatinate Purple #63335F

Tints of Palatinate Purple #63335F

Color information

#63335F (or 0x63335F) is unknown color: approx Palatinate Purple. HEX triplet: 63, 33 and 5F. RGB value is (99,51,95). Sum of RGB (Red+Green+Blue) = 99+51+95=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #63335F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63335F is #9CCCA0. Grayscale: #464646. Windows color (decimal): -10276001 or 6239075. OLE color: 6239075.

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

Color convert

RGB995195-
CMYK00.480.040.61
HSL305º32%29.41%-
HSV(B)305º48.48%38.82%-
XYZ8.395.8511.51-
YUV70.37141.9148.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.41%
GREEN value IS 51 (20.31% from 255) = 20.82%
BLUE value IS 95 (37.5% from 255) = 38.78%
R=40.41%
G=20.82%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99519500.480.040.613053229.41
Hex63335F03043D131201d
Octal143631370604754614035
Binary11000111100111011111011000010011110110011000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63335F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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