#612D9B

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

Shades of Royal Purple #612D9B

Tints of Royal Purple #612D9B

Color information

#612D9B (or 0x612D9B) is unknown color: approx Royal Purple. HEX triplet: 61, 2D and 9B. RGB value is (97,45,155). Sum of RGB (Red+Green+Blue) = 97+45+155=297 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.66% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #612D9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612D9B is #9ED264. Grayscale: #484848. Windows color (decimal): -10408549 or 10169697. OLE color: 10169697.

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

Color convert

RGB9745155-
CMYK0.370.7100.39
HSL268.36º55%39.22%-
HSV(B)268.36º70.97%60.78%-
XYZ11.786.7831.7-
YUV73.09174.23145.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.66%
GREEN value IS 45 (17.97% from 255) = 15.15%
BLUE value IS 155 (60.94% from 255) = 52.19%
R=32.66%
G=15.15%
B=52.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal97451550.370.7100.39268.365539.22
Hex612D9B254702710c3727
Octal14155233451070474146747
Binary11000011011011001101110010110001110100111100001100110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,45,155); }

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

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

 a { background-color: rgb(97,45,155); }

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

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

 span { border-color: rgb(97,45,155); }

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