#633260

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

Shades of Palatinate Purple #633260

Tints of Palatinate Purple #633260

Color information

#633260 (or 0x633260) is unknown color: approx Palatinate Purple. HEX triplet: 63, 32 and 60. RGB value is (99,50,96). Sum of RGB (Red+Green+Blue) = 99+50+96=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #633260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633260 is #9CCD9F. Grayscale: #454545. Windows color (decimal): -10276256 or 6304355. OLE color: 6304355.

HSL color Cylindrical-coordinate representation of color #633260: hue angle of 303.67º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #633260 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB995096-
CMYK00.490.030.61
HSL303.67º32.89%29.22%-
HSV(B)303.67º49.49%38.82%-
XYZ8.45.7811.74-
YUV69.9142.73148.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.41%
GREEN value IS 50 (19.92% from 255) = 20.41%
BLUE value IS 96 (37.89% from 255) = 39.18%
R=40.41%
G=20.41%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99509600.490.030.61303.6732.8929.22
Hex63326003133D130211d
Octal143621400613754604135
Binary1100011110010110000001100011111110110011000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633260; }

 p { color: rgb(99,50,96); }

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

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

 a { background-color: rgb(99,50,96); }

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

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

 span { border-color: rgb(99,50,96); }

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