#631c9e

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

Shades of Royal Purple #631C9E

Tints of Royal Purple #631C9E

Color information

#631C9E (or 0x631C9E) is unknown color: approx Royal Purple. HEX triplet: 63, 1C and 9E. RGB value is (99,28,158). Sum of RGB (Red+Green+Blue) = 99+28+158=285 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.74% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 158 (62.11% from 255 or 55.44% from 285); Max value from RGB is 158 - color contains mainly: blue. Hex color #631C9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631C9E is #9CE361. Grayscale: #3F3F3F. Windows color (decimal): -10281826 or 10361955. OLE color: 10361955.

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

Color convert

RGB9928158-
CMYK0.370.8200.38
HSL272.77º69.89%36.47%-
HSV(B)272.77º82.28%61.96%-
XYZ11.735.9532.88-
YUV64.05181.02152.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.74%
GREEN value IS 28 (11.33% from 255) = 9.82%
BLUE value IS 158 (62.11% from 255) = 55.44%
R=34.74%
G=9.82%
B=55.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal99281580.370.8200.38272.7769.8936.47
Hex631C9E25520261114624
Octal143342364512204642110644
Binary11000111110010011110100101101001001001101000100011000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631c9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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