#6E42AD

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

Shades of Royal Purple #6E42AD

Tints of Royal Purple #6E42AD

Color information

#6E42AD (or 0x6E42AD) is unknown color: approx Royal Purple. HEX triplet: 6E, 42 and AD. RGB value is (110,66,173). Sum of RGB (Red+Green+Blue) = 110+66+173=349 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.52% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #6E42AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E42AD is #91BD52. Grayscale: #5A5A5A. Windows color (decimal): -9551187 or 11354734. OLE color: 11354734.

HSL color Cylindrical-coordinate representation of color #6E42AD: hue angle of 264.67º 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 #6E42AD is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11066173-
CMYK0.360.6200.32
HSL264.67º44.77%46.86%-
HSV(B)264.67º61.85%67.84%-
XYZ15.9210.2340.67-
YUV91.35174.08141.3-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.52%
GREEN value IS 66 (26.17% from 255) = 18.91%
BLUE value IS 173 (67.97% from 255) = 49.57%
R=31.52%
G=18.91%
B=49.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal110661730.360.6200.32264.6744.7746.86
Hex6E42AD243E0201092d2f
Octal15610225544760404115557
Binary11011101000010101011011001001111100100000100001001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E42AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E42AD; }

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

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

<style>
 a { background-color: #6E42AD; }

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

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

<style>
 span { border-color: #6E42AD; }

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

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