Html Css Color HEX #6F119B Vivid Violet

📋 copy color: '#6F119B'

red 111 ◦ green 17 ◦ blue 155

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

Shades of Vivid Violet #6F119B

Tints of Vivid Violet #6F119B

RGB

 RED value IS 111 (43.75% from 255) = 39.22%

 GREEN value IS 17 (7.03% from 255) = 6.01%

 BLUE value IS 155 (60.94% from 255) = 54.77%

R = 39.22%
G = 6.01%
B = 54.77%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F119B (or 0x6F119B) is known color: Vivid Violet. HEX triplet: 6F, 11 and 9B. RGB value is (111,17,155). Sum of RGB (Red+Green+Blue) = 111+17+155=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F119B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F119B is #90EE64. Grayscale: #3C3C3C. Windows color (decimal): -9498213 or 10162543. OLE color: 10162543.

HSL color Cylindrical-coordinate representation of color #6F119B: hue angle of 280.87º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F119B is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 111 17 155 -
CMYK 0.28 0.89 0 0.39
HSL 280.87º 0.8% 0.34% -
HSV(B) 280.87º 0.89% 0.61% -
XYZ 12.67 6.15 31.53 -
YUV 60.84 181.14 163.78 -
System Red Green Blue C M Y K H S L
Decimal 111 17 155 0.28 0.89 0 0.39 280.87 0.8 0.34
Hex 6F 11 9B 1C 59 0 27 119 50 22
Octal 157 21 233 34 131 0 47 431 120 42
Binary 1101111 10001 10011011 11100 1011001 0 100111 100011001 1010000 100010

Color Harmonies of #6F119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F119B

Black with #6F119B

Text Example


Text Example

White with #6F119B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,17,155); }

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

background-color css

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

 a { background-color: rgb(111,17,155); }

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

border-color css

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

 span { border-color: rgb(111,17,155); }

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