#6A45AE

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

Shades of Royal Purple #6A45AE

Tints of Royal Purple #6A45AE

Color information

#6A45AE (or 0x6A45AE) is unknown color: approx Royal Purple. HEX triplet: 6A, 45 and AE. RGB value is (106,69,174). Sum of RGB (Red+Green+Blue) = 106+69+174=349 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.37% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #6A45AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A45AE is #95BA51. Grayscale: #5B5B5B. Windows color (decimal): -9812562 or 11421034. OLE color: 11421034.

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

Color convert

RGB10669174-
CMYK0.390.6000.32
HSL261.14º43.21%47.65%-
HSV(B)261.14º60.34%68.24%-
XYZ15.7110.3841.22-
YUV92.03174.26137.96-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.37%
GREEN value IS 69 (27.34% from 255) = 19.77%
BLUE value IS 174 (68.36% from 255) = 49.86%
R=30.37%
G=19.77%
B=49.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal106691740.390.6000.32261.1443.2147.65
Hex6A45AE273C0201052b30
Octal15210525647740404055360
Binary11010101000101101011101001111111000100000100000101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A45AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A45AE; }

 p { color: rgb(106,69,174); }

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

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

 a { background-color: rgb(106,69,174); }

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

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

 span { border-color: rgb(106,69,174); }

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