#612E9E

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

Shades of Royal Purple #612E9E

Tints of Royal Purple #612E9E

Color information

#612E9E (or 0x612E9E) is unknown color: approx Royal Purple. HEX triplet: 61, 2E and 9E. RGB value is (97,46,158). Sum of RGB (Red+Green+Blue) = 97+46+158=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #612E9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612E9E is #9ED161. Grayscale: #494949. Windows color (decimal): -10408290 or 10366561. OLE color: 10366561.

HSL color Cylindrical-coordinate representation of color #612E9E: hue angle of 267.32º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #612E9E is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9746158-
CMYK0.390.7100.38
HSL267.32º54.9%40%-
HSV(B)267.32º70.89%61.96%-
XYZ12.086.9633.06-
YUV74.02175.4144.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.23%
GREEN value IS 46 (18.36% from 255) = 15.28%
BLUE value IS 158 (62.11% from 255) = 52.49%
R=32.23%
G=15.28%
B=52.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal97461580.390.7100.38267.3254.940
Hex612E9E274702610b3728
Octal14156236471070464136750
Binary11000011011101001111010011110001110100110100001011110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612E9E; }

 p { color: rgb(97,46,158); }

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

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

 a { background-color: rgb(97,46,158); }

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

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

 span { border-color: rgb(97,46,158); }

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