#612999

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

Shades of Royal Purple #612999

Tints of Royal Purple #612999

Color information

#612999 (or 0x612999) is unknown color: approx Royal Purple. HEX triplet: 61, 29 and 99. RGB value is (97,41,153). Sum of RGB (Red+Green+Blue) = 97+41+153=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #612999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612999 is #9ED666. Grayscale: #464646. Windows color (decimal): -10409575 or 10037601. OLE color: 10037601.

HSL color Cylindrical-coordinate representation of color #612999: hue angle of 270º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #612999 is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9741153-
CMYK0.370.7300.4
HSL270º57.73%38.04%-
HSV(B)270º73.2%60%-
XYZ11.476.4330.77-
YUV70.51174.55146.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.33%
GREEN value IS 41 (16.41% from 255) = 14.09%
BLUE value IS 153 (60.16% from 255) = 52.58%
R=33.33%
G=14.09%
B=52.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal97411530.370.7300.427057.7338.04
Hex612999254902810e3a26
Octal14151231451110504167246
Binary11000011010011001100110010110010010101000100001110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612999; }

 p { color: rgb(97,41,153); }

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

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

 a { background-color: rgb(97,41,153); }

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

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

 span { border-color: rgb(97,41,153); }

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