#632FA2

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

Shades of Royal Purple #632FA2

Tints of Royal Purple #632FA2

Color information

#632FA2 (or 0x632FA2) is unknown color: approx Royal Purple. HEX triplet: 63, 2F and A2. RGB value is (99,47,162). Sum of RGB (Red+Green+Blue) = 99+47+162=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 162 (63.67% from 255 or 52.60% from 308); Max value from RGB is 162 - color contains mainly: blue. Hex color #632FA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632FA2 is #9CD05D. Grayscale: #4B4B4B. Windows color (decimal): -10276958 or 10628963. OLE color: 10628963.

HSL color Cylindrical-coordinate representation of color #632FA2: hue angle of 267.13º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #632FA2 is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9947162-
CMYK0.390.7100.36
HSL267.13º55.02%40.98%-
HSV(B)267.13º70.99%63.53%-
XYZ12.687.2934.92-
YUV75.66176.73144.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.14%
GREEN value IS 47 (18.75% from 255) = 15.26%
BLUE value IS 162 (63.67% from 255) = 52.60%
R=32.14%
G=15.26%
B=52.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal99471620.390.7100.36267.1355.0240.98
Hex632FA2274702410b3729
Octal14357242471070444136751
Binary11000111011111010001010011110001110100100100001011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,47,162); }

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

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

 a { background-color: rgb(99,47,162); }

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

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

 span { border-color: rgb(99,47,162); }

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