#6543B4

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

Shades of Royal Purple #6543B4

Tints of Royal Purple #6543B4

Color information

#6543B4 (or 0x6543B4) is unknown color: approx Royal Purple. HEX triplet: 65, 43 and B4. RGB value is (101,67,180). Sum of RGB (Red+Green+Blue) = 101+67+180=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 180 (70.70% from 255 or 51.72% from 348); Max value from RGB is 180 - color contains mainly: blue. Hex color #6543B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6543B4 is #9ABC4B. Grayscale: #595959. Windows color (decimal): -10140748 or 11813733. OLE color: 11813733.

HSL color Cylindrical-coordinate representation of color #6543B4: hue angle of 258.05º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6543B4 is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10167180-
CMYK0.440.6300.29
HSL258.05º45.75%48.43%-
HSV(B)258.05º62.78%70.59%-
XYZ15.6110.0844.3-
YUV90.05178.76135.81-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.02%
GREEN value IS 67 (26.56% from 255) = 19.25%
BLUE value IS 180 (70.70% from 255) = 51.72%
R=29.02%
G=19.25%
B=51.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal101671800.440.6300.29258.0545.7548.43
Hex6543B42C3F01D1022e30
Octal14510326454770354025660
Binary1100101100001110110100101100111111011101100000010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6543B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6543B4; }

 p { color: rgb(101,67,180); }

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

<style>
 a { background-color: #6543B4; }

 a { background-color: rgb(101,67,180); }

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

<style>
 span { border-color: #6543B4; }

 span { border-color: rgb(101,67,180); }

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