Html Css Color HEX #6E228B Vivid Violet

📋 copy color: '#6E228B'

red 110 ◦ green 34 ◦ blue 139

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

Shades of Vivid Violet #6E228B

Tints of Vivid Violet #6E228B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.01%

 BLUE value IS 139 (54.69% from 255) = 49.12%

R = 38.87%
G = 12.01%
B = 49.12%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6E228B (or 0x6E228B) is known color: Vivid Violet. HEX triplet: 6E, 22 and 8B. RGB value is (110,34,139). Sum of RGB (Red+Green+Blue) = 110+34+139=283 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.87% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E228B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E228B is #91DD74. Grayscale: #444444. Windows color (decimal): -9559413 or 9118318. OLE color: 9118318.

HSL color Cylindrical-coordinate representation of color #6E228B: hue angle of 283.43º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E228B is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 110 34 139 -
CMYK 0.21 0.76 0 0.45
HSL 283.43º 0.61% 0.34% -
HSV(B) 283.43º 0.76% 0.55% -
XYZ 11.66 6.32 25.03 -
YUV 68.69 167.68 157.46 -
System Red Green Blue C M Y K H S L
Decimal 110 34 139 0.21 0.76 0 0.45 283.43 0.61 0.34
Hex 6E 22 8B 15 4C 0 2D 11B 3D 22
Octal 156 42 213 25 114 0 55 433 75 42
Binary 1101110 100010 10001011 10101 1001100 0 101101 100011011 111101 100010

Color Harmonies of #6E228B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E228B

Black with #6E228B

Text Example


Text Example

White with #6E228B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,34,139); }

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

background-color css

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

 a { background-color: rgb(110,34,139); }

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

border-color css

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

 span { border-color: rgb(110,34,139); }

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