Html Css Color HEX #6F139B Vivid Violet

📋 copy color: '#6F139B'

red 111 ◦ green 19 ◦ blue 155

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

Shades of Vivid Violet #6F139B

Tints of Vivid Violet #6F139B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.67%

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

R = 38.95%
G = 6.67%
B = 54.39%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F139B (or 0x6F139B) is known color: Vivid Violet. HEX triplet: 6F, 13 and 9B. RGB value is (111,19,155). Sum of RGB (Red+Green+Blue) = 111+19+155=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F139B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F139B is #90EC64. Grayscale: #3D3D3D. Windows color (decimal): -9497701 or 10163055. OLE color: 10163055.

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

Color convert

RGB 111 19 155 -
CMYK 0.28 0.88 0 0.39
HSL 280.59º 0.78% 0.34% -
HSV(B) 280.59º 0.88% 0.61% -
XYZ 12.7 6.21 31.54 -
YUV 62.01 180.48 162.94 -
System Red Green Blue C M Y K H S L
Decimal 111 19 155 0.28 0.88 0 0.39 280.59 0.78 0.34
Hex 6F 13 9B 1C 58 0 27 119 4E 22
Octal 157 23 233 34 130 0 47 431 116 42
Binary 1101111 10011 10011011 11100 1011000 0 100111 100011001 1001110 100010

Color Harmonies of #6F139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F139B

Black with #6F139B

Text Example


Text Example

White with #6F139B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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