#631F9F

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

Shades of Royal Purple #631F9F

Tints of Royal Purple #631F9F

Color information

#631F9F (or 0x631F9F) is unknown color: approx Royal Purple. HEX triplet: 63, 1F and 9F. RGB value is (99,31,159). Sum of RGB (Red+Green+Blue) = 99+31+159=289 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.26% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 159 (62.5% from 255 or 55.02% from 289); Max value from RGB is 159 - color contains mainly: blue. Hex color #631F9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631F9F is #9CE060. Grayscale: #414141. Windows color (decimal): -10281057 or 10428259. OLE color: 10428259.

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

Color convert

RGB9931159-
CMYK0.380.8100.38
HSL271.88º67.37%37.25%-
HSV(B)271.88º80.5%62.35%-
XYZ11.896.1433.36-
YUV65.92180.53151.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.26%
GREEN value IS 31 (12.5% from 255) = 10.73%
BLUE value IS 159 (62.5% from 255) = 55.02%
R=34.26%
G=10.73%
B=55.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal99311590.380.8100.38271.8867.3737.25
Hex631F9F26510261104325
Octal143372374612104642010345
Binary11000111111110011111100110101000101001101000100001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,31,159); }

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

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

 a { background-color: rgb(99,31,159); }

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

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

 span { border-color: rgb(99,31,159); }

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