#6145AD

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

Shades of Royal Purple #6145AD

Tints of Royal Purple #6145AD

Color information

#6145AD (or 0x6145AD) is unknown color: approx Royal Purple. HEX triplet: 61, 45 and AD. RGB value is (97,69,173). Sum of RGB (Red+Green+Blue) = 97+69+173=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #6145AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6145AD is #9EBA52. Grayscale: #585858. Windows color (decimal): -10402387 or 11355489. OLE color: 11355489.

HSL color Cylindrical-coordinate representation of color #6145AD: hue angle of 256.15º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6145AD is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9769173-
CMYK0.440.6000.32
HSL256.15º42.98%47.45%-
HSV(B)256.15º60.12%67.84%-
XYZ14.69.8140.66-
YUV89.23175.28133.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.61%
GREEN value IS 69 (27.34% from 255) = 20.35%
BLUE value IS 173 (67.97% from 255) = 51.03%
R=28.61%
G=20.35%
B=51.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal97691730.440.6000.32256.1542.9847.45
Hex6145AD2C3C0201002b2f
Octal14110525554740404005357
Binary11000011000101101011011011001111000100000100000000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6145AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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