#631B9C

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

Shades of Royal Purple #631B9C

Tints of Royal Purple #631B9C

Color information

#631B9C (or 0x631B9C) is unknown color: approx Royal Purple. HEX triplet: 63, 1B and 9C. RGB value is (99,27,156). Sum of RGB (Red+Green+Blue) = 99+27+156=282 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.11% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 156 (61.33% from 255 or 55.32% from 282); Max value from RGB is 156 - color contains mainly: blue. Hex color #631B9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631B9C is #9CE463. Grayscale: #3E3E3E. Windows color (decimal): -10282084 or 10230627. OLE color: 10230627.

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

Color convert

RGB9927156-
CMYK0.370.8300.39
HSL273.49º70.49%35.88%-
HSV(B)273.49º82.69%61.18%-
XYZ11.545.8431.97-
YUV63.23180.35153.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.11%
GREEN value IS 27 (10.94% from 255) = 9.57%
BLUE value IS 156 (61.33% from 255) = 55.32%
R=35.11%
G=9.57%
B=55.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal99271560.370.8300.39273.4970.4935.88
Hex631B9C25530271114624
Octal143332344512304742110644
Binary11000111101110011100100101101001101001111000100011000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,27,156); }

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

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

 a { background-color: rgb(99,27,156); }

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

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

 span { border-color: rgb(99,27,156); }

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