#613098

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

Shades of Royal Purple #613098

Tints of Royal Purple #613098

Color information

#613098 (or 0x613098) is unknown color: approx Royal Purple. HEX triplet: 61, 30 and 98. RGB value is (97,48,152). Sum of RGB (Red+Green+Blue) = 97+48+152=297 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.66% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 152 (59.77% from 255 or 51.18% from 297); Max value from RGB is 152 - color contains mainly: blue. Hex color #613098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613098 is #9ECF67. Grayscale: #4A4A4A. Windows color (decimal): -10407784 or 9973857. OLE color: 9973857.

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

Color convert

RGB9748152-
CMYK0.360.6800.40
HSL268.27º52%39.22%-
HSV(B)268.27º68.42%59.61%-
XYZ11.656.9230.43-
YUV74.51171.73144.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.66%
GREEN value IS 48 (19.14% from 255) = 16.16%
BLUE value IS 152 (59.77% from 255) = 51.18%
R=32.66%
G=16.16%
B=51.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal97481520.360.6800.40268.275239.22
Hex613098244402810c3427
Octal14160230441040504146447
Binary11000011100001001100010010010001000101000100001100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613098; }

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

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

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

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

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

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

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

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