#6546AF

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

Shades of Royal Purple #6546AF

Tints of Royal Purple #6546AF

Color information

#6546AF (or 0x6546AF) is unknown color: approx Royal Purple. HEX triplet: 65, 46 and AF. RGB value is (101,70,175). Sum of RGB (Red+Green+Blue) = 101+70+175=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #6546AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6546AF is #9AB950. Grayscale: #5A5A5A. Windows color (decimal): -10139985 or 11486821. OLE color: 11486821.

HSL color Cylindrical-coordinate representation of color #6546AF: hue angle of 257.71º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6546AF is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10170175-
CMYK0.420.6000.31
HSL257.71º42.86%48.04%-
HSV(B)257.71º60%68.63%-
XYZ15.2910.2441.73-
YUV91.24175.27134.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.19%
GREEN value IS 70 (27.73% from 255) = 20.23%
BLUE value IS 175 (68.75% from 255) = 50.58%
R=29.19%
G=20.23%
B=50.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101701750.420.6000.31257.7142.8648.04
Hex6546AF2A3C01F1022b30
Octal14510625752740374025360
Binary1100101100011010101111101010111100011111100000010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6546AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6546AF; }

 p { color: rgb(101,70,175); }

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

<style>
 a { background-color: #6546AF; }

 a { background-color: rgb(101,70,175); }

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

<style>
 span { border-color: #6546AF; }

 span { border-color: rgb(101,70,175); }

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