#633461

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

Shades of Palatinate Purple #633461

Tints of Palatinate Purple #633461

Color information

#633461 (or 0x633461) is unknown color: approx Palatinate Purple. HEX triplet: 63, 34 and 61. RGB value is (99,52,97). Sum of RGB (Red+Green+Blue) = 99+52+97=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 99 - color contains mainly: red. Hex color #633461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633461 is #9CCB9E. Grayscale: #474747. Windows color (decimal): -10275743 or 6370403. OLE color: 6370403.

HSL color Cylindrical-coordinate representation of color #633461: hue angle of 302.55º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #633461 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB995297-
CMYK00.470.020.61
HSL302.55º31.13%29.61%-
HSV(B)302.55º47.47%38.82%-
XYZ8.535.9712.01-
YUV71.18142.57147.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.92%
GREEN value IS 52 (20.70% from 255) = 20.97%
BLUE value IS 97 (38.28% from 255) = 39.11%
R=39.92%
G=20.97%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99529700.470.020.61302.5531.1329.61
Hex63346102F23D12f1f1e
Octal143641410572754573736
Binary110001111010011000010101111101111011001011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633461; }

 p { color: rgb(99,52,97); }

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

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

 a { background-color: rgb(99,52,97); }

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

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

 span { border-color: rgb(99,52,97); }

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