#6E39AD

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

Shades of Royal Purple #6E39AD

Tints of Royal Purple #6E39AD

Color information

#6E39AD (or 0x6E39AD) is unknown color: approx Royal Purple. HEX triplet: 6E, 39 and AD. RGB value is (110,57,173). Sum of RGB (Red+Green+Blue) = 110+57+173=340 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.35% from 340); Green value is 57 (22.66% from 255 or 16.76% 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 #6E39AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E39AD is #91C652. Grayscale: #555555. Windows color (decimal): -9553491 or 11352430. OLE color: 11352430.

HSL color Cylindrical-coordinate representation of color #6E39AD: hue angle of 267.41º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E39AD is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11057173-
CMYK0.360.6700.32
HSL267.41º50.43%45.1%-
HSV(B)267.41º67.05%67.84%-
XYZ15.449.2640.51-
YUV86.07177.06145.07-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.35%
GREEN value IS 57 (22.66% from 255) = 16.76%
BLUE value IS 173 (67.97% from 255) = 50.88%
R=32.35%
G=16.76%
B=50.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal110571730.360.6700.32267.4150.4345.1
Hex6E39AD244302010b322d
Octal15671255441030404136255
Binary11011101110011010110110010010000110100000100001011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E39AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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