#6542B4

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

Shades of Royal Purple #6542B4

Tints of Royal Purple #6542B4

Color information

#6542B4 (or 0x6542B4) is unknown color: approx Royal Purple. HEX triplet: 65, 42 and B4. RGB value is (101,66,180). Sum of RGB (Red+Green+Blue) = 101+66+180=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 180 (70.70% from 255 or 51.87% from 347); Max value from RGB is 180 - color contains mainly: blue. Hex color #6542B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6542B4 is #9ABD4B. Grayscale: #595959. Windows color (decimal): -10141004 or 11813477. OLE color: 11813477.

HSL color Cylindrical-coordinate representation of color #6542B4: hue angle of 258.42º 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 #6542B4 is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10166180-
CMYK0.440.6300.29
HSL258.42º46.34%48.24%-
HSV(B)258.42º63.33%70.59%-
XYZ15.559.9644.28-
YUV89.46179.1136.23-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.11%
GREEN value IS 66 (26.17% from 255) = 19.02%
BLUE value IS 180 (70.70% from 255) = 51.87%
R=29.11%
G=19.02%
B=51.87%

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
Decimal101661800.440.6300.29258.4246.3448.24
Hex6542B42C3F01D1022e30
Octal14510226454770354025660
Binary1100101100001010110100101100111111011101100000010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6542B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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