#631A9E

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

Shades of Royal Purple #631A9E

Tints of Royal Purple #631A9E

Color information

#631A9E (or 0x631A9E) is unknown color: approx Royal Purple. HEX triplet: 63, 1A and 9E. RGB value is (99,26,158). Sum of RGB (Red+Green+Blue) = 99+26+158=283 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.98% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 158 (62.11% from 255 or 55.83% from 283); Max value from RGB is 158 - color contains mainly: blue. Hex color #631A9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631A9E is #9CE561. Grayscale: #3E3E3E. Windows color (decimal): -10282338 or 10361443. OLE color: 10361443.

HSL color Cylindrical-coordinate representation of color #631A9E: hue angle of 273.18º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #631A9E is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9926158-
CMYK0.370.8400.38
HSL273.18º71.74%36.08%-
HSV(B)273.18º83.54%61.96%-
XYZ11.695.8632.86-
YUV62.88181.68153.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.98%
GREEN value IS 26 (10.55% from 255) = 9.19%
BLUE value IS 158 (62.11% from 255) = 55.83%
R=34.98%
G=9.19%
B=55.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal99261580.370.8400.38273.1871.7436.08
Hex631A9E25540261114824
Octal143322364512404642111044
Binary11000111101010011110100101101010001001101000100011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,26,158); }

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

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

 a { background-color: rgb(99,26,158); }

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

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

 span { border-color: rgb(99,26,158); }

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