Html Css Color HEX #6E2692 Vivid Violet

📋 copy color: '#6E2692'

red 110 ◦ green 38 ◦ blue 146

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

Shades of Vivid Violet #6E2692

Tints of Vivid Violet #6E2692

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.93%

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

R = 37.41%
G = 12.93%
B = 49.66%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6E2692 (or 0x6E2692) is known color: Vivid Violet. HEX triplet: 6E, 26 and 92. RGB value is (110,38,146). Sum of RGB (Red+Green+Blue) = 110+38+146=294 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.41% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #6E2692 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2692 is #91D96D. Grayscale: #474747. Windows color (decimal): -9558382 or 9578094. OLE color: 9578094.

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

Color convert

RGB 110 38 146 -
CMYK 0.25 0.74 0 0.43
HSL 280º 0.59% 0.36% -
HSV(B) 280º 0.74% 0.57% -
XYZ 12.31 6.78 27.85 -
YUV 71.84 169.85 155.22 -
System Red Green Blue C M Y K H S L
Decimal 110 38 146 0.25 0.74 0 0.43 280 0.59 0.36
Hex 6E 26 92 19 4A 0 2B 118 3B 24
Octal 156 46 222 31 112 0 53 430 73 44
Binary 1101110 100110 10010010 11001 1001010 0 101011 100011000 111011 100100

Color Harmonies of #6E2692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2692

Black with #6E2692

Text Example


Text Example

White with #6E2692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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