Html Css Color HEX #6F2992 Vivid Violet

📋 copy color: '#6F2992'

red 111 ◦ green 41 ◦ blue 146

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

Shades of Vivid Violet #6F2992

Tints of Vivid Violet #6F2992

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.76%

 BLUE value IS 146 (57.42% from 255) = 48.99%

R = 37.25%
G = 13.76%
B = 48.99%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6F2992 (or 0x6F2992) is known color: Vivid Violet. HEX triplet: 6F, 29 and 92. RGB value is (111,41,146). Sum of RGB (Red+Green+Blue) = 111+41+146=298 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.25% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #6F2992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2992 is #90D66D. Grayscale: #494949. Windows color (decimal): -9492078 or 9578863. OLE color: 9578863.

HSL color Cylindrical-coordinate representation of color #6F2992: hue angle of 280º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F2992 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 111 41 146 -
CMYK 0.24 0.72 0 0.43
HSL 280º 0.56% 0.37% -
HSV(B) 280º 0.72% 0.57% -
XYZ 12.54 7.04 27.89 -
YUV 73.9 168.69 154.46 -
System Red Green Blue C M Y K H S L
Decimal 111 41 146 0.24 0.72 0 0.43 280 0.56 0.37
Hex 6F 29 92 18 48 0 2B 118 38 25
Octal 157 51 222 30 110 0 53 430 70 45
Binary 1101111 101001 10010010 11000 1001000 0 101011 100011000 111000 100101

Color Harmonies of #6F2992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2992

Black with #6F2992

Text Example


Text Example

White with #6F2992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,41,146); }

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

background-color css

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

 a { background-color: rgb(111,41,146); }

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

border-color css

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

 span { border-color: rgb(111,41,146); }

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