#632CA4

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

Shades of Royal Purple #632CA4

Tints of Royal Purple #632CA4

Color information

#632CA4 (or 0x632CA4) is unknown color: approx Royal Purple. HEX triplet: 63, 2C and A4. RGB value is (99,44,164). Sum of RGB (Red+Green+Blue) = 99+44+164=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 164 (64.45% from 255 or 53.42% from 307); Max value from RGB is 164 - color contains mainly: blue. Hex color #632CA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632CA4 is #9CD35B. Grayscale: #494949. Windows color (decimal): -10277724 or 10759267. OLE color: 10759267.

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

Color convert

RGB9944164-
CMYK0.400.7300.36
HSL267.5º57.69%40.78%-
HSV(B)267.5º73.17%64.31%-
XYZ12.757.1335.83-
YUV74.12178.72145.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.25%
GREEN value IS 44 (17.58% from 255) = 14.33%
BLUE value IS 164 (64.45% from 255) = 53.42%
R=32.25%
G=14.33%
B=53.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal99441640.400.7300.36267.557.6940.78
Hex632CA4284902410c3a29
Octal14354244501110444147251
Binary11000111011001010010010100010010010100100100001100111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,44,164); }

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

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

 a { background-color: rgb(99,44,164); }

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

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

 span { border-color: rgb(99,44,164); }

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