Html Css Color HEX #6F2089 Vivid Violet

📋 copy color: '#6F2089'

red 111 ◦ green 32 ◦ blue 137

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

Shades of Vivid Violet #6F2089

Tints of Vivid Violet #6F2089

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.43%

 BLUE value IS 137 (53.91% from 255) = 48.93%

R = 39.64%
G = 11.43%
B = 48.93%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6F2089 (or 0x6F2089) is known color: Vivid Violet. HEX triplet: 6F, 20 and 89. RGB value is (111,32,137). Sum of RGB (Red+Green+Blue) = 111+32+137=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #6F2089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2089 is #90DF76. Grayscale: #434343. Windows color (decimal): -9494391 or 8986735. OLE color: 8986735.

HSL color Cylindrical-coordinate representation of color #6F2089: hue angle of 285.14º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F2089 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 111 32 137 -
CMYK 0.19 0.77 0 0.46
HSL 285.14º 0.62% 0.33% -
HSV(B) 285.14º 0.77% 0.54% -
XYZ 11.59 6.22 24.26 -
YUV 67.59 167.17 158.96 -
System Red Green Blue C M Y K H S L
Decimal 111 32 137 0.19 0.77 0 0.46 285.14 0.62 0.33
Hex 6F 20 89 13 4D 0 2E 11D 3E 21
Octal 157 40 211 23 115 0 56 435 76 41
Binary 1101111 100000 10001001 10011 1001101 0 101110 100011101 111110 100001

Color Harmonies of #6F2089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2089

Black with #6F2089

Text Example


Text Example

White with #6F2089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,32,137); }

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

background-color css

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

 a { background-color: rgb(111,32,137); }

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

border-color css

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

 span { border-color: rgb(111,32,137); }

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