#6548A9

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

Shades of Royal Purple #6548A9

Tints of Royal Purple #6548A9

Color information

#6548A9 (or 0x6548A9) is unknown color: approx Royal Purple. HEX triplet: 65, 48 and A9. RGB value is (101,72,169). Sum of RGB (Red+Green+Blue) = 101+72+169=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 169 (66.41% from 255 or 49.42% from 342); Max value from RGB is 169 - color contains mainly: blue. Hex color #6548A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6548A9 is #9AB756. Grayscale: #5B5B5B. Windows color (decimal): -10139479 or 11094117. OLE color: 11094117.

HSL color Cylindrical-coordinate representation of color #6548A9: hue angle of 257.94º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6548A9 is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB10172169-
CMYK0.400.5700.34
HSL257.94º40.25%47.25%-
HSV(B)257.94º57.4%66.27%-
XYZ14.8510.2738.74-
YUV91.73171.61134.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.53%
GREEN value IS 72 (28.52% from 255) = 21.05%
BLUE value IS 169 (66.41% from 255) = 49.42%
R=29.53%
G=21.05%
B=49.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal101721690.400.5700.34257.9440.2547.25
Hex6548A92839022102282f
Octal14511025150710424025057
Binary11001011001000101010011010001110010100010100000010101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6548A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6548A9; }

 p { color: rgb(101,72,169); }

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

<style>
 a { background-color: #6548A9; }

 a { background-color: rgb(101,72,169); }

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

<style>
 span { border-color: #6548A9; }

 span { border-color: rgb(101,72,169); }

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