Html Css Color HEX #6E2DE7 Blue Violet

📋 copy color: '#6E2DE7'

red 110 ◦ green 45 ◦ blue 231

#6E2DE7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #6E2DE7

Tints of Blue Violet #6E2DE7

RGB

 RED value IS 110 (43.36% from 255) = 28.5%

 GREEN value IS 45 (17.97% from 255) = 11.66%

 BLUE value IS 231 (90.63% from 255) = 59.84%

R = 28.5%
G = 11.66%
B = 59.84%

CMYK

 C value IS 0.52

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6E2DE7 (or 0x6E2DE7) is known color: Blue Violet. HEX triplet: 6E, 2D and E7. RGB value is (110,45,231). Sum of RGB (Red+Green+Blue) = 110+45+231=386 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.50% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 231 (90.62% from 255 or 59.84% from 386); Max value from RGB is 231 - color contains mainly: blue. Hex color #6E2DE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E2DE7 is #91D218. Grayscale: #545454. Windows color (decimal): -9556505 or 15150446. OLE color: 15150446.

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

Color convert

RGB 110 45 231 -
CMYK 0.52 0.81 0 0.09
HSL 260.97º 0.79% 0.54% -
HSV(B) 260.97º 0.81% 0.91% -
XYZ 21.79 10.96 76.57 -
YUV 85.64 210.03 145.38 -
System Red Green Blue C M Y K H S L
Decimal 110 45 231 0.52 0.81 0 0.09 260.97 0.79 0.54
Hex 6E 2D E7 34 51 0 9 105 4F 36
Octal 156 55 347 64 121 0 11 405 117 66
Binary 1101110 101101 11100111 110100 1010001 0 1001 100000101 1001111 110110

Color Harmonies of #6E2DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2DE7

Black with #6E2DE7

Text Example


Text Example

White with #6E2DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,45,231); }

 H1.HeaderClassName
 {
   color: #6E2DE7;
 }
 .AnyTagClassName
 {
   color: #6E2DE7;
 }
</style>

background-color css

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

 a { background-color: rgb(110,45,231); }

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

border-color css

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

 span { border-color: rgb(110,45,231); }

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