Html Css Color HEX #6E188A Vivid Violet

📋 copy color: '#6E188A'

red 110 ◦ green 24 ◦ blue 138

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

Shades of Vivid Violet #6E188A

Tints of Vivid Violet #6E188A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 50.74%

R = 40.44%
G = 8.82%
B = 50.74%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6E188A (or 0x6E188A) is known color: Vivid Violet. HEX triplet: 6E, 18 and 8A. RGB value is (110,24,138). Sum of RGB (Red+Green+Blue) = 110+24+138=272 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.44% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #6E188A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E188A is #91E775. Grayscale: #3E3E3E. Windows color (decimal): -9561974 or 9050222. OLE color: 9050222.

HSL color Cylindrical-coordinate representation of color #6E188A: hue angle of 285.26º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E188A is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 110 24 138 -
CMYK 0.20 0.83 0 0.46
HSL 285.26º 0.7% 0.32% -
HSV(B) 285.26º 0.83% 0.54% -
XYZ 11.34 5.8 24.57 -
YUV 62.71 170.49 161.73 -
System Red Green Blue C M Y K H S L
Decimal 110 24 138 0.20 0.83 0 0.46 285.26 0.7 0.32
Hex 6E 18 8A 14 53 0 2E 11D 46 20
Octal 156 30 212 24 123 0 56 435 106 40
Binary 1101110 11000 10001010 10100 1010011 0 101110 100011101 1000110 100000

Color Harmonies of #6E188A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E188A

Black with #6E188A

Text Example


Text Example

White with #6E188A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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