#6E279F

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

Shades of Royal Purple #6E279F

Tints of Royal Purple #6E279F

Color information

#6E279F (or 0x6E279F) is unknown color: approx Royal Purple. HEX triplet: 6E, 27 and 9F. RGB value is (110,39,159). Sum of RGB (Red+Green+Blue) = 110+39+159=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #6E279F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E279F is #91D860. Grayscale: #494949. Windows color (decimal): -9558113 or 10430318. OLE color: 10430318.

HSL color Cylindrical-coordinate representation of color #6E279F: hue angle of 275.5º degrees, saturation: 0.61, 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 #6E279F is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11039159-
CMYK0.310.7500.38
HSL275.5º60.61%38.82%-
HSV(B)275.5º75.47%62.35%-
XYZ13.417.2733.5-
YUV73.91176.02153.74-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.71%
GREEN value IS 39 (15.62% from 255) = 12.66%
BLUE value IS 159 (62.5% from 255) = 51.62%
R=35.71%
G=12.66%
B=51.62%

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
Decimal110391590.310.7500.38275.560.6138.82
Hex6E279F1F4B0261143d27
Octal15647237371130464247547
Binary1101110100111100111111111110010110100110100010100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E279F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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