#6145AB

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

Shades of Royal Purple #6145AB

Tints of Royal Purple #6145AB

Color information

#6145AB (or 0x6145AB) is unknown color: approx Royal Purple. HEX triplet: 61, 45 and AB. RGB value is (97,69,171). Sum of RGB (Red+Green+Blue) = 97+69+171=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #6145AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6145AB is #9EBA54. Grayscale: #585858. Windows color (decimal): -10402389 or 11224417. OLE color: 11224417.

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

Color convert

RGB9769171-
CMYK0.430.6000.33
HSL256.47º42.5%47.06%-
HSV(B)256.47º59.65%67.06%-
XYZ14.419.7439.65-
YUV89174.28133.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.78%
GREEN value IS 69 (27.34% from 255) = 20.47%
BLUE value IS 171 (67.19% from 255) = 50.74%
R=28.78%
G=20.47%
B=50.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97691710.430.6000.33256.4742.547.06
Hex6145AB2B3C0211002a2f
Octal14110525353740414005257
Binary11000011000101101010111010111111000100001100000000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6145AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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