#6542A0

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

Shades of Royal Purple #6542A0

Tints of Royal Purple #6542A0

Color information

#6542A0 (or 0x6542A0) is unknown color: approx Royal Purple. HEX triplet: 65, 42 and A0. RGB value is (101,66,160). Sum of RGB (Red+Green+Blue) = 101+66+160=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 160 (62.89% from 255 or 48.93% from 327); Max value from RGB is 160 - color contains mainly: blue. Hex color #6542A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6542A0 is #9ABD5F. Grayscale: #565656. Windows color (decimal): -10141024 or 10502757. OLE color: 10502757.

HSL color Cylindrical-coordinate representation of color #6542A0: hue angle of 262.34º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6542A0 is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB10166160-
CMYK0.370.5900.37
HSL262.34º41.59%44.31%-
HSV(B)262.34º58.75%62.75%-
XYZ13.669.234.31-
YUV87.18169.1137.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.89%
GREEN value IS 66 (26.17% from 255) = 20.18%
BLUE value IS 160 (62.89% from 255) = 48.93%
R=30.89%
G=20.18%
B=48.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal101661600.370.5900.37262.3441.5944.31
Hex6542A0253B0251062a2c
Octal14510224045730454065254
Binary11001011000010101000001001011110110100101100000110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6542A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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