#6548A4

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

Shades of Royal Purple #6548A4

Tints of Royal Purple #6548A4

Color information

#6548A4 (or 0x6548A4) is unknown color: approx Royal Purple. HEX triplet: 65, 48 and A4. RGB value is (101,72,164). Sum of RGB (Red+Green+Blue) = 101+72+164=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 164 (64.45% from 255 or 48.66% from 337); Max value from RGB is 164 - color contains mainly: blue. Hex color #6548A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6548A4 is #9AB75B. Grayscale: #5A5A5A. Windows color (decimal): -10139484 or 10766437. OLE color: 10766437.

HSL color Cylindrical-coordinate representation of color #6548A4: hue angle of 258.91º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6548A4 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10172164-
CMYK0.380.5600.36
HSL258.91º38.98%46.27%-
HSV(B)258.91º56.1%64.31%-
XYZ14.3910.0836.31-
YUV91.16169.11135.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.97%
GREEN value IS 72 (28.52% from 255) = 21.36%
BLUE value IS 164 (64.45% from 255) = 48.66%
R=29.97%
G=21.36%
B=48.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal101721640.380.5600.36258.9138.9846.27
Hex6548A42638024103272e
Octal14511024446700444034756
Binary11001011001000101001001001101110000100100100000011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6548A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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