Html Css Color HEX #6E1C91 Vivid Violet

📋 copy color: '#6E1C91'

red 110 ◦ green 28 ◦ blue 145

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

Shades of Vivid Violet #6E1C91

Tints of Vivid Violet #6E1C91

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.89%

 BLUE value IS 145 (57.03% from 255) = 51.24%

R = 38.87%
G = 9.89%
B = 51.24%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6E1C91 (or 0x6E1C91) is known color: Vivid Violet. HEX triplet: 6E, 1C and 91. RGB value is (110,28,145). Sum of RGB (Red+Green+Blue) = 110+28+145=283 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.87% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E1C91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E1C91 is #91E36E. Grayscale: #414141. Windows color (decimal): -9560943 or 9509998. OLE color: 9509998.

HSL color Cylindrical-coordinate representation of color #6E1C91: hue angle of 282.05º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E1C91 is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 110 28 145 -
CMYK 0.24 0.81 0 0.43
HSL 282.05º 0.68% 0.34% -
HSV(B) 282.05º 0.81% 0.57% -
XYZ 11.96 6.19 27.35 -
YUV 65.86 172.67 159.49 -
System Red Green Blue C M Y K H S L
Decimal 110 28 145 0.24 0.81 0 0.43 282.05 0.68 0.34
Hex 6E 1C 91 18 51 0 2B 11A 44 22
Octal 156 34 221 30 121 0 53 432 104 42
Binary 1101110 11100 10010001 11000 1010001 0 101011 100011010 1000100 100010

Color Harmonies of #6E1C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1C91

Black with #6E1C91

Text Example


Text Example

White with #6E1C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,28,145); }

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

background-color css

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

 a { background-color: rgb(110,28,145); }

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

border-color css

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

 span { border-color: rgb(110,28,145); }

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