#632A99

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

Shades of Royal Purple #632A99

Tints of Royal Purple #632A99

Color information

#632A99 (or 0x632A99) is unknown color: approx Royal Purple. HEX triplet: 63, 2A and 99. RGB value is (99,42,153). Sum of RGB (Red+Green+Blue) = 99+42+153=294 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.67% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #632A99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632A99 is #9CD566. Grayscale: #474747. Windows color (decimal): -10278247 or 10037859. OLE color: 10037859.

HSL color Cylindrical-coordinate representation of color #632A99: hue angle of 270.81º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #632A99 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9942153-
CMYK0.350.7300.4
HSL270.81º56.92%38.24%-
HSV(B)270.81º72.55%60%-
XYZ11.726.6130.79-
YUV71.7173.88147.47-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.67%
GREEN value IS 42 (16.80% from 255) = 14.29%
BLUE value IS 153 (60.16% from 255) = 52.04%
R=33.67%
G=14.29%
B=52.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal99421530.350.7300.4270.8156.9238.24
Hex632A99234902810f3926
Octal14352231431110504177146
Binary11000111010101001100110001110010010101000100001111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632A99; }

 p { color: rgb(99,42,153); }

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

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

 a { background-color: rgb(99,42,153); }

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

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

 span { border-color: rgb(99,42,153); }

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