Html Css Color HEX #6E32EA Blue Violet

📋 copy color: '#6E32EA'

red 110 ◦ green 50 ◦ blue 234

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

Shades of Blue Violet #6E32EA

Tints of Blue Violet #6E32EA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.69%

 BLUE value IS 234 (91.8% from 255) = 59.39%

R = 27.92%
G = 12.69%
B = 59.39%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6E32EA (or 0x6E32EA) is known color: Blue Violet. HEX triplet: 6E, 32 and EA. RGB value is (110,50,234). Sum of RGB (Red+Green+Blue) = 110+50+234=394 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.92% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #6E32EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E32EA is #91CD15. Grayscale: #585858. Windows color (decimal): -9555222 or 15348334. OLE color: 15348334.

HSL color Cylindrical-coordinate representation of color #6E32EA: hue angle of 259.57º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E32EA is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 50 234 -
CMYK 0.53 0.79 0 0.08
HSL 259.57º 0.81% 0.56% -
HSV(B) 259.57º 0.79% 0.92% -
XYZ 22.42 11.54 78.89 -
YUV 88.92 209.88 143.04 -
System Red Green Blue C M Y K H S L
Decimal 110 50 234 0.53 0.79 0 0.08 259.57 0.81 0.56
Hex 6E 32 EA 35 4F 0 8 104 51 38
Octal 156 62 352 65 117 0 10 404 121 70
Binary 1101110 110010 11101010 110101 1001111 0 1000 100000100 1010001 111000

Color Harmonies of #6E32EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E32EA

Black with #6E32EA

Text Example


Text Example

White with #6E32EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,50,234); }

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

background-color css

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

 a { background-color: rgb(110,50,234); }

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

border-color css

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

 span { border-color: rgb(110,50,234); }

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