Html Css Color HEX #6E2F8C Vivid Violet

📋 copy color: '#6E2F8C'

red 110 ◦ green 47 ◦ blue 140

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

Shades of Vivid Violet #6E2F8C

Tints of Vivid Violet #6E2F8C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.82%

 BLUE value IS 140 (55.08% from 255) = 47.14%

R = 37.04%
G = 15.82%
B = 47.14%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6E2F8C (or 0x6E2F8C) is known color: Vivid Violet. HEX triplet: 6E, 2F and 8C. RGB value is (110,47,140). Sum of RGB (Red+Green+Blue) = 110+47+140=297 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.04% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 140 - color contains mainly: blue. Hex color #6E2F8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2F8C is #91D073. Grayscale: #4C4C4C. Windows color (decimal): -9556084 or 9187182. OLE color: 9187182.

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

Color convert

RGB 110 47 140 -
CMYK 0.21 0.66 0 0.45
HSL 280.65º 0.5% 0.37% -
HSV(B) 280.65º 0.66% 0.55% -
XYZ 12.18 7.24 25.57 -
YUV 76.44 163.87 151.94 -
System Red Green Blue C M Y K H S L
Decimal 110 47 140 0.21 0.66 0 0.45 280.65 0.5 0.37
Hex 6E 2F 8C 15 42 0 2D 119 32 25
Octal 156 57 214 25 102 0 55 431 62 45
Binary 1101110 101111 10001100 10101 1000010 0 101101 100011001 110010 100101

Color Harmonies of #6E2F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2F8C

Black with #6E2F8C

Text Example


Text Example

White with #6E2F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,47,140); }

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

background-color css

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

 a { background-color: rgb(110,47,140); }

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

border-color css

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

 span { border-color: rgb(110,47,140); }

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