Html Css Color HEX #6E1897 Vivid Violet

📋 copy color: '#6E1897'

red 110 ◦ green 24 ◦ blue 151

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

Shades of Vivid Violet #6E1897

Tints of Vivid Violet #6E1897

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.42%

 BLUE value IS 151 (59.38% from 255) = 52.98%

R = 38.6%
G = 8.42%
B = 52.98%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6E1897 (or 0x6E1897) is known color: Vivid Violet. HEX triplet: 6E, 18 and 97. RGB value is (110,24,151). Sum of RGB (Red+Green+Blue) = 110+24+151=285 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.60% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 151 (59.38% from 255 or 52.98% from 285); Max value from RGB is 151 - color contains mainly: blue. Hex color #6E1897 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E1897 is #91E768. Grayscale: #3F3F3F. Windows color (decimal): -9561961 or 9902190. OLE color: 9902190.

HSL color Cylindrical-coordinate representation of color #6E1897: hue angle of 280.63º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E1897 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 110 24 151 -
CMYK 0.27 0.84 0 0.41
HSL 280.63º 0.73% 0.34% -
HSV(B) 280.63º 0.84% 0.59% -
XYZ 12.34 6.2 29.82 -
YUV 64.19 176.99 160.67 -
System Red Green Blue C M Y K H S L
Decimal 110 24 151 0.27 0.84 0 0.41 280.63 0.73 0.34
Hex 6E 18 97 1B 54 0 29 119 49 22
Octal 156 30 227 33 124 0 51 431 111 42
Binary 1101110 11000 10010111 11011 1010100 0 101001 100011001 1001001 100010

Color Harmonies of #6E1897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1897

Black with #6E1897

Text Example


Text Example

White with #6E1897

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,24,151); }

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

background-color css

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

 a { background-color: rgb(110,24,151); }

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

border-color css

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

 span { border-color: rgb(110,24,151); }

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