#6E309B

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

Shades of Royal Purple #6E309B

Tints of Royal Purple #6E309B

Color information

#6E309B (or 0x6E309B) is unknown color: approx Royal Purple. HEX triplet: 6E, 30 and 9B. RGB value is (110,48,155). Sum of RGB (Red+Green+Blue) = 110+48+155=313 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.14% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E309B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E309B is #91CF64. Grayscale: #4E4E4E. Windows color (decimal): -9555813 or 10170478. OLE color: 10170478.

HSL color Cylindrical-coordinate representation of color #6E309B: hue angle of 274.77º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E309B is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11048155-
CMYK0.290.6900.39
HSL274.77º52.71%39.8%-
HSV(B)274.77º69.03%60.78%-
XYZ13.47.831.81-
YUV78.74171.04150.3-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.14%
GREEN value IS 48 (19.14% from 255) = 15.34%
BLUE value IS 155 (60.94% from 255) = 49.52%
R=35.14%
G=15.34%
B=49.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal110481550.290.6900.39274.7752.7139.8
Hex6E309B1D450271133528
Octal15660233351050474236550
Binary1101110110000100110111110110001010100111100010011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E309B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,48,155); }

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

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

 a { background-color: rgb(110,48,155); }

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

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

 span { border-color: rgb(110,48,155); }

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