#6149A0

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

Shades of Royal Purple #6149A0

Tints of Royal Purple #6149A0

Color information

#6149A0 (or 0x6149A0) is unknown color: approx Royal Purple. HEX triplet: 61, 49 and A0. RGB value is (97,73,160). Sum of RGB (Red+Green+Blue) = 97+73+160=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 160 (62.89% from 255 or 48.48% from 330); Max value from RGB is 160 - color contains mainly: blue. Hex color #6149A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6149A0 is #9EB65F. Grayscale: #595959. Windows color (decimal): -10401376 or 10504545. OLE color: 10504545.

HSL color Cylindrical-coordinate representation of color #6149A0: hue angle of 256.55º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6149A0 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB9773160-
CMYK0.390.5400.37
HSL256.55º37.34%45.69%-
HSV(B)256.55º54.37%62.75%-
XYZ13.669.8434.44-
YUV90.09167.45132.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.39%
GREEN value IS 73 (28.91% from 255) = 22.12%
BLUE value IS 160 (62.89% from 255) = 48.48%
R=29.39%
G=22.12%
B=48.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal97731600.390.5400.37256.5537.3445.69
Hex6149A02736025101252e
Octal14111124047660454014556
Binary11000011001001101000001001111101100100101100000001100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6149A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6149A0; }

 p { color: rgb(97,73,160); }

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

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

 a { background-color: rgb(97,73,160); }

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

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

 span { border-color: rgb(97,73,160); }

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