#6D22E4

Color #6D22E4 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #6D22E4

Tints of Blue Violet #6D22E4

Color information

#6D22E4 (or 0x6D22E4) is unknown color: approx Blue Violet. HEX triplet: 6D, 22 and E4. RGB value is (109,34,228). Sum of RGB (Red+Green+Blue) = 109+34+228=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 228 (89.45% from 255 or 61.46% from 371); Max value from RGB is 228 - color contains mainly: blue. Hex color #6D22E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D22E4 is #92DD1B. Grayscale: #4D4D4D. Windows color (decimal): -9624860 or 14951021. OLE color: 14951021.

HSL color Cylindrical-coordinate representation of color #6D22E4: hue angle of 263.2º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D22E4 is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB10934228-
CMYK0.520.8500.11
HSL263.2º78.23%51.37%-
HSV(B)263.2º85.09%89.41%-
XYZ20.881074.23-
YUV78.54212.35149.73-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.38%
GREEN value IS 34 (13.67% from 255) = 9.16%
BLUE value IS 228 (89.45% from 255) = 61.46%
R=29.38%
G=9.16%
B=61.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal109342280.520.8500.11263.278.2351.37
Hex6D22E434550B1074e33
Octal155423446412501340711663
Binary1101101100010111001001101001010101010111000001111001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D22E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,34,228); }

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

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

 a { background-color: rgb(109,34,228); }

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

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

 span { border-color: rgb(109,34,228); }

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