#631EA3

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

Shades of Royal Purple #631EA3

Tints of Royal Purple #631EA3

Color information

#631EA3 (or 0x631EA3) is unknown color: approx Royal Purple. HEX triplet: 63, 1E and A3. RGB value is (99,30,163). Sum of RGB (Red+Green+Blue) = 99+30+163=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 163 (64.06% from 255 or 55.82% from 292); Max value from RGB is 163 - color contains mainly: blue. Hex color #631EA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631EA3 is #9CE15C. Grayscale: #414141. Windows color (decimal): -10281309 or 10690147. OLE color: 10690147.

HSL color Cylindrical-coordinate representation of color #631EA3: hue angle of 271.13º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #631EA3 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9930163-
CMYK0.390.8200.36
HSL271.13º68.91%37.84%-
HSV(B)271.13º81.6%63.92%-
XYZ12.226.2335.21-
YUV65.79182.86151.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.90%
GREEN value IS 30 (12.11% from 255) = 10.27%
BLUE value IS 163 (64.06% from 255) = 55.82%
R=33.90%
G=10.27%
B=55.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal99301630.390.8200.36271.1368.9137.84
Hex631EA3275202410f4526
Octal143362434712204441710546
Binary11000111111010100011100111101001001001001000011111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631EA3; }

 p { color: rgb(99,30,163); }

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

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

 a { background-color: rgb(99,30,163); }

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

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

 span { border-color: rgb(99,30,163); }

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