#631D9A

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

Shades of Royal Purple #631D9A

Tints of Royal Purple #631D9A

Color information

#631D9A (or 0x631D9A) is unknown color: approx Royal Purple. HEX triplet: 63, 1D and 9A. RGB value is (99,29,154). Sum of RGB (Red+Green+Blue) = 99+29+154=282 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.11% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 154 (60.55% from 255 or 54.61% from 282); Max value from RGB is 154 - color contains mainly: blue. Hex color #631D9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631D9A is #9CE265. Grayscale: #3F3F3F. Windows color (decimal): -10281574 or 10100067. OLE color: 10100067.

HSL color Cylindrical-coordinate representation of color #631D9A: hue angle of 273.6º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #631D9A is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9929154-
CMYK0.360.8100.40
HSL273.6º68.31%35.88%-
HSV(B)273.6º81.17%60.39%-
XYZ11.425.8631.1-
YUV64.18178.69152.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.11%
GREEN value IS 29 (11.72% from 255) = 10.28%
BLUE value IS 154 (60.55% from 255) = 54.61%
R=35.11%
G=10.28%
B=54.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal99291540.360.8100.40273.668.3135.88
Hex631D9A24510281124424
Octal143352324412105042210444
Binary11000111110110011010100100101000101010001000100101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,29,154); }

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

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

 a { background-color: rgb(99,29,154); }

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

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

 span { border-color: rgb(99,29,154); }

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