#6145AA

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

Shades of Royal Purple #6145AA

Tints of Royal Purple #6145AA

Color information

#6145AA (or 0x6145AA) is unknown color: approx Royal Purple. HEX triplet: 61, 45 and AA. RGB value is (97,69,170). Sum of RGB (Red+Green+Blue) = 97+69+170=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #6145AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6145AA is #9EBA55. Grayscale: #585858. Windows color (decimal): -10402390 or 11158881. OLE color: 11158881.

HSL color Cylindrical-coordinate representation of color #6145AA: hue angle of 256.63º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6145AA is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9769170-
CMYK0.430.5900.33
HSL256.63º42.26%46.86%-
HSV(B)256.63º59.41%66.67%-
XYZ14.319.739.15-
YUV88.89173.78133.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.87%
GREEN value IS 69 (27.34% from 255) = 20.54%
BLUE value IS 170 (66.80% from 255) = 50.60%
R=28.87%
G=20.54%
B=50.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97691700.430.5900.33256.6342.2646.86
Hex6145AA2B3B0211012a2f
Octal14110525253730414015257
Binary11000011000101101010101010111110110100001100000001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6145AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6145AA; }

 p { color: rgb(97,69,170); }

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

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

 a { background-color: rgb(97,69,170); }

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

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

 span { border-color: rgb(97,69,170); }

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