#6e289f

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

Shades of Royal Purple #6E289F

Tints of Royal Purple #6E289F

Color information

#6E289F (or 0x6E289F) is unknown color: approx Royal Purple. HEX triplet: 6E, 28 and 9F. RGB value is (110,40,159). Sum of RGB (Red+Green+Blue) = 110+40+159=309 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.60% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #6E289F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E289F is #91D760. Grayscale: #4A4A4A. Windows color (decimal): -9557857 or 10430574. OLE color: 10430574.

HSL color Cylindrical-coordinate representation of color #6E289F: hue angle of 275.29º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E289F is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11040159-
CMYK0.310.7500.38
HSL275.29º59.8%39.02%-
HSV(B)275.29º74.84%62.35%-
XYZ13.457.3433.51-
YUV74.5175.69153.32-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.60%
GREEN value IS 40 (16.02% from 255) = 12.94%
BLUE value IS 159 (62.5% from 255) = 51.46%
R=35.60%
G=12.94%
B=51.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal110401590.310.7500.38275.2959.839.02
Hex6E289F1F4B0261133c27
Octal15650237371130464237447
Binary1101110101000100111111111110010110100110100010011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e289f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,40,159); }

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

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

 a { background-color: rgb(110,40,159); }

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

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

 span { border-color: rgb(110,40,159); }

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