#612F98

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

Shades of Royal Purple #612F98

Tints of Royal Purple #612F98

Color information

#612F98 (or 0x612F98) is unknown color: approx Royal Purple. HEX triplet: 61, 2F and 98. RGB value is (97,47,152). Sum of RGB (Red+Green+Blue) = 97+47+152=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 152 (59.77% from 255 or 51.35% from 296); Max value from RGB is 152 - color contains mainly: blue. Hex color #612F98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612F98 is #9ED067. Grayscale: #494949. Windows color (decimal): -10408040 or 9973601. OLE color: 9973601.

HSL color Cylindrical-coordinate representation of color #612F98: hue angle of 268.57º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #612F98 is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9747152-
CMYK0.360.6900.40
HSL268.57º52.76%39.02%-
HSV(B)268.57º69.08%59.61%-
XYZ11.616.8430.41-
YUV73.92172.06144.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.77%
GREEN value IS 47 (18.75% from 255) = 15.88%
BLUE value IS 152 (59.77% from 255) = 51.35%
R=32.77%
G=15.88%
B=51.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal97471520.360.6900.40268.5752.7639.02
Hex612F98244502810d3527
Octal14157230441050504156547
Binary11000011011111001100010010010001010101000100001101110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,47,152); }

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

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

 a { background-color: rgb(97,47,152); }

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

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

 span { border-color: rgb(97,47,152); }

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