#6E39AF

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

Shades of Royal Purple #6E39AF

Tints of Royal Purple #6E39AF

Color information

#6E39AF (or 0x6E39AF) is unknown color: approx Royal Purple. HEX triplet: 6E, 39 and AF. RGB value is (110,57,175). Sum of RGB (Red+Green+Blue) = 110+57+175=342 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.16% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #6E39AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E39AF is #91C650. Grayscale: #555555. Windows color (decimal): -9553489 or 11483502. OLE color: 11483502.

HSL color Cylindrical-coordinate representation of color #6E39AF: hue angle of 266.95º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E39AF is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11057175-
CMYK0.370.6700.31
HSL266.95º50.86%45.49%-
HSV(B)266.95º67.43%68.63%-
XYZ15.639.3441.54-
YUV86.3178.06144.91-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.16%
GREEN value IS 57 (22.66% from 255) = 16.67%
BLUE value IS 175 (68.75% from 255) = 51.17%
R=32.16%
G=16.67%
B=51.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal110571750.370.6700.31266.9550.8645.49
Hex6E39AF254301F10b332d
Octal15671257451030374136355
Binary1101110111001101011111001011000011011111100001011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E39AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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