#632A9F

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

Shades of Royal Purple #632A9F

Tints of Royal Purple #632A9F

Color information

#632A9F (or 0x632A9F) is unknown color: approx Royal Purple. HEX triplet: 63, 2A and 9F. RGB value is (99,42,159). Sum of RGB (Red+Green+Blue) = 99+42+159=300 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #632A9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632A9F is #9CD560. Grayscale: #474747. Windows color (decimal): -10278241 or 10431075. OLE color: 10431075.

HSL color Cylindrical-coordinate representation of color #632A9F: hue angle of 269.23º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #632A9F is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9942159-
CMYK0.380.7400.38
HSL269.23º58.21%39.41%-
HSV(B)269.23º73.58%62.35%-
XYZ12.236.8133.47-
YUV72.38176.88146.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33%
GREEN value IS 42 (16.80% from 255) = 14%
BLUE value IS 159 (62.5% from 255) = 53%
R=33%
G=14%
B=53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal99421590.380.7400.38269.2358.2139.41
Hex632A9F264A02610d3a27
Octal14352237461120464157247
Binary11000111010101001111110011010010100100110100001101111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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