Html Css Color HEX #6E1F8B Vivid Violet

📋 copy color: '#6E1F8B'

red 110 ◦ green 31 ◦ blue 139

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

Shades of Vivid Violet #6E1F8B

Tints of Vivid Violet #6E1F8B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.07%

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

R = 39.29%
G = 11.07%
B = 49.64%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6E1F8B (or 0x6E1F8B) is known color: Vivid Violet. HEX triplet: 6E, 1F and 8B. RGB value is (110,31,139). Sum of RGB (Red+Green+Blue) = 110+31+139=280 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.29% from 280); Green value is 31 (12.5% from 255 or 11.07% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E1F8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E1F8B is #91E074. Grayscale: #424242. Windows color (decimal): -9560181 or 9117550. OLE color: 9117550.

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

Color convert

RGB 110 31 139 -
CMYK 0.21 0.78 0 0.45
HSL 283.89º 0.64% 0.33% -
HSV(B) 283.89º 0.78% 0.55% -
XYZ 11.58 6.16 25 -
YUV 66.93 168.67 158.72 -
System Red Green Blue C M Y K H S L
Decimal 110 31 139 0.21 0.78 0 0.45 283.89 0.64 0.33
Hex 6E 1F 8B 15 4E 0 2D 11C 40 21
Octal 156 37 213 25 116 0 55 434 100 41
Binary 1101110 11111 10001011 10101 1001110 0 101101 100011100 1000000 100001

Color Harmonies of #6E1F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1F8B

Black with #6E1F8B

Text Example


Text Example

White with #6E1F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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