Html Css Color HEX #6E1892 Vivid Violet

📋 copy color: '#6E1892'

red 110 ◦ green 24 ◦ blue 146

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

Shades of Vivid Violet #6E1892

Tints of Vivid Violet #6E1892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 52.14%

R = 39.29%
G = 8.57%
B = 52.14%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6E1892 (or 0x6E1892) is known color: Vivid Violet. HEX triplet: 6E, 18 and 92. RGB value is (110,24,146). Sum of RGB (Red+Green+Blue) = 110+24+146=280 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.29% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #6E1892 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E1892 is #91E76D. Grayscale: #3F3F3F. Windows color (decimal): -9561966 or 9574510. OLE color: 9574510.

HSL color Cylindrical-coordinate representation of color #6E1892: hue angle of 282.3º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E1892 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 110 24 146 -
CMYK 0.25 0.84 0 0.43
HSL 282.3º 0.72% 0.33% -
HSV(B) 282.3º 0.84% 0.57% -
XYZ 11.95 6.04 27.73 -
YUV 63.62 174.49 161.08 -
System Red Green Blue C M Y K H S L
Decimal 110 24 146 0.25 0.84 0 0.43 282.3 0.72 0.33
Hex 6E 18 92 19 54 0 2B 11A 48 21
Octal 156 30 222 31 124 0 53 432 110 41
Binary 1101110 11000 10010010 11001 1010100 0 101011 100011010 1001000 100001

Color Harmonies of #6E1892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1892

Black with #6E1892

Text Example


Text Example

White with #6E1892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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