#6E219B

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

Shades of Royal Purple #6E219B

Tints of Royal Purple #6E219B

Color information

#6E219B (or 0x6E219B) is unknown color: approx Royal Purple. HEX triplet: 6E, 21 and 9B. RGB value is (110,33,155). Sum of RGB (Red+Green+Blue) = 110+33+155=298 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.91% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E219B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E219B is #91DE64. Grayscale: #454545. Windows color (decimal): -9559653 or 10166638. OLE color: 10166638.

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

Color convert

RGB11033155-
CMYK0.290.7900.39
HSL277.87º64.89%36.86%-
HSV(B)277.87º78.71%60.78%-
XYZ12.896.7731.64-
YUV69.93176.01156.58-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.91%
GREEN value IS 33 (13.28% from 255) = 11.07%
BLUE value IS 155 (60.94% from 255) = 52.01%
R=36.91%
G=11.07%
B=52.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal110331550.290.7900.39277.8764.8936.86
Hex6E219B1D4F0271164125
Octal156412333511704742610145
Binary11011101000011001101111101100111101001111000101101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E219B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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