#6547A3

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

Shades of Royal Purple #6547A3

Tints of Royal Purple #6547A3

Color information

#6547A3 (or 0x6547A3) is unknown color: approx Royal Purple. HEX triplet: 65, 47 and A3. RGB value is (101,71,163). Sum of RGB (Red+Green+Blue) = 101+71+163=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 163 (64.06% from 255 or 48.66% from 335); Max value from RGB is 163 - color contains mainly: blue. Hex color #6547A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6547A3 is #9AB85C. Grayscale: #5A5A5A. Windows color (decimal): -10139741 or 10700645. OLE color: 10700645.

HSL color Cylindrical-coordinate representation of color #6547A3: hue angle of 259.57º 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 #6547A3 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10171163-
CMYK0.380.5600.36
HSL259.57º39.32%45.88%-
HSV(B)259.57º56.44%63.92%-
XYZ14.239.9235.81-
YUV90.46168.94135.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.15%
GREEN value IS 71 (28.12% from 255) = 21.19%
BLUE value IS 163 (64.06% from 255) = 48.66%
R=30.15%
G=21.19%
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
Decimal101711630.380.5600.36259.5739.3245.88
Hex6547A32638024104272e
Octal14510724346700444044756
Binary11001011000111101000111001101110000100100100000100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6547A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6547A3; }

 p { color: rgb(101,71,163); }

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

<style>
 a { background-color: #6547A3; }

 a { background-color: rgb(101,71,163); }

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

<style>
 span { border-color: #6547A3; }

 span { border-color: rgb(101,71,163); }

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