#6542AD

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

Shades of Royal Purple #6542AD

Tints of Royal Purple #6542AD

Color information

#6542AD (or 0x6542AD) is unknown color: approx Royal Purple. HEX triplet: 65, 42 and AD. RGB value is (101,66,173). Sum of RGB (Red+Green+Blue) = 101+66+173=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #6542AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6542AD is #9ABD52. Grayscale: #585858. Windows color (decimal): -10141011 or 11354725. OLE color: 11354725.

HSL color Cylindrical-coordinate representation of color #6542AD: hue angle of 259.63º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6542AD is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10166173-
CMYK0.420.6200.32
HSL259.63º44.77%46.86%-
HSV(B)259.63º61.85%67.84%-
XYZ14.869.6840.62-
YUV88.66175.6136.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.71%
GREEN value IS 66 (26.17% from 255) = 19.41%
BLUE value IS 173 (67.97% from 255) = 50.88%
R=29.71%
G=19.41%
B=50.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal101661730.420.6200.32259.6344.7746.86
Hex6542AD2A3E0201042d2f
Octal14510225552760404045557
Binary11001011000010101011011010101111100100000100000100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6542AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6542AD; }

 p { color: rgb(101,66,173); }

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

<style>
 a { background-color: #6542AD; }

 a { background-color: rgb(101,66,173); }

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

<style>
 span { border-color: #6542AD; }

 span { border-color: rgb(101,66,173); }

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