#6E24E8

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

Shades of Blue Violet #6E24E8

Tints of Blue Violet #6E24E8

Color information

#6E24E8 (or 0x6E24E8) is unknown color: approx Blue Violet. HEX triplet: 6E, 24 and E8. RGB value is (110,36,232). Sum of RGB (Red+Green+Blue) = 110+36+232=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 232 (91.02% from 255 or 61.38% from 378); Max value from RGB is 232 - color contains mainly: blue. Hex color #6E24E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E24E8 is #91DB17. Grayscale: #4F4F4F. Windows color (decimal): -9558808 or 15213678. OLE color: 15213678.

HSL color Cylindrical-coordinate representation of color #6E24E8: hue angle of 262.65º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E24E8 is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB11036232-
CMYK0.530.8400.09
HSL262.65º80.99%52.55%-
HSV(B)262.65º84.48%90.98%-
XYZ21.6310.477.21-
YUV80.47213.52149.06-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.10%
GREEN value IS 36 (14.45% from 255) = 9.52%
BLUE value IS 232 (91.02% from 255) = 61.38%
R=29.10%
G=9.52%
B=61.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal110362320.530.8400.09262.6580.9952.55
Hex6E24E83554091075135
Octal156443506512401140712165
Binary1101110100100111010001101011010100010011000001111010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E24E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,36,232); }

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

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

 a { background-color: rgb(110,36,232); }

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

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

 span { border-color: rgb(110,36,232); }

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