Html Css Color HEX #6F2391 Vivid Violet

📋 copy color: '#6F2391'

red 111 ◦ green 35 ◦ blue 145

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

Shades of Vivid Violet #6F2391

Tints of Vivid Violet #6F2391

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.03%

 BLUE value IS 145 (57.03% from 255) = 49.83%

R = 38.14%
G = 12.03%
B = 49.83%

CMYK

 C value IS 0.23

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6F2391 (or 0x6F2391) is known color: Vivid Violet. HEX triplet: 6F, 23 and 91. RGB value is (111,35,145). Sum of RGB (Red+Green+Blue) = 111+35+145=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F2391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2391 is #90DC6E. Grayscale: #454545. Windows color (decimal): -9493615 or 9511791. OLE color: 9511791.

HSL color Cylindrical-coordinate representation of color #6F2391: hue angle of 281.45º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F2391 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 111 35 145 -
CMYK 0.23 0.76 0 0.43
HSL 281.45º 0.61% 0.35% -
HSV(B) 281.45º 0.76% 0.57% -
XYZ 12.27 6.63 27.42 -
YUV 70.26 170.18 157.06 -
System Red Green Blue C M Y K H S L
Decimal 111 35 145 0.23 0.76 0 0.43 281.45 0.61 0.35
Hex 6F 23 91 17 4C 0 2B 119 3D 23
Octal 157 43 221 27 114 0 53 431 75 43
Binary 1101111 100011 10010001 10111 1001100 0 101011 100011001 111101 100011

Color Harmonies of #6F2391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2391

Black with #6F2391

Text Example


Text Example

White with #6F2391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,35,145); }

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

background-color css

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

 a { background-color: rgb(111,35,145); }

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

border-color css

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

 span { border-color: rgb(111,35,145); }

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