#6E3AE5

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

Shades of Blue Violet #6E3AE5

Tints of Blue Violet #6E3AE5

Color information

#6E3AE5 (or 0x6E3AE5) is unknown color: approx Blue Violet. HEX triplet: 6E, 3A and E5. RGB value is (110,58,229). Sum of RGB (Red+Green+Blue) = 110+58+229=397 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.71% from 397); Green value is 58 (23.05% from 255 or 14.61% from 397); Blue value is 229 (89.84% from 255 or 57.68% from 397); Max value from RGB is 229 - color contains mainly: blue. Hex color #6E3AE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3AE5 is #91C51A. Grayscale: #5C5C5C. Windows color (decimal): -9553179 or 15022702. OLE color: 15022702.

HSL color Cylindrical-coordinate representation of color #6E3AE5: hue angle of 258.25º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E3AE5 is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB11058229-
CMYK0.520.7500.10
HSL258.25º76.68%56.27%-
HSV(B)258.25º74.67%89.8%-
XYZ22.091275.28-
YUV93.04204.73140.1-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.71%
GREEN value IS 58 (23.05% from 255) = 14.61%
BLUE value IS 229 (89.84% from 255) = 57.68%
R=27.71%
G=14.61%
B=57.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal110582290.520.7500.10258.2576.6856.27
Hex6E3AE5344B0A1024d38
Octal156723456411301240211570
Binary1101110111010111001011101001001011010101000000101001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,58,229); }

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

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

 a { background-color: rgb(110,58,229); }

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

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

 span { border-color: rgb(110,58,229); }

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