#633355

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

Shades of Palatinate Purple #633355

Tints of Palatinate Purple #633355

Color information

#633355 (or 0x633355) is unknown color: approx Palatinate Purple. HEX triplet: 63, 33 and 55. RGB value is (99,51,85). Sum of RGB (Red+Green+Blue) = 99+51+85=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 99 - color contains mainly: red. Hex color #633355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633355 is #9CCCAA. Grayscale: #454545. Windows color (decimal): -10276011 or 5583715. OLE color: 5583715.

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

Color convert

RGB995185-
CMYK00.480.140.61
HSL317.5º32%29.41%-
HSV(B)317.5º48.48%38.82%-
XYZ7.975.689.27-
YUV69.23136.9149.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.13%
GREEN value IS 51 (20.31% from 255) = 21.70%
BLUE value IS 85 (33.59% from 255) = 36.17%
R=42.13%
G=21.70%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99518500.480.140.61317.53229.41
Hex633355030E3D13e201d
Octal1436312506016754764035
Binary110001111001110101010110000111011110110011111010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633355; }

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

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

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

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

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

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

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

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