Html Css Color HEX #6F1999 Vivid Violet

📋 copy color: '#6F1999'

red 111 ◦ green 25 ◦ blue 153

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

Shades of Vivid Violet #6F1999

Tints of Vivid Violet #6F1999

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.65%

 BLUE value IS 153 (60.16% from 255) = 52.94%

R = 38.41%
G = 8.65%
B = 52.94%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6F1999 (or 0x6F1999) is known color: Vivid Violet. HEX triplet: 6F, 19 and 99. RGB value is (111,25,153). Sum of RGB (Red+Green+Blue) = 111+25+153=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #6F1999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F1999 is #90E666. Grayscale: #404040. Windows color (decimal): -9496167 or 10033519. OLE color: 10033519.

HSL color Cylindrical-coordinate representation of color #6F1999: hue angle of 280.31º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F1999 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 111 25 153 -
CMYK 0.27 0.84 0 0.4
HSL 280.31º 0.72% 0.35% -
HSV(B) 280.31º 0.84% 0.6% -
XYZ 12.65 6.37 30.7 -
YUV 65.31 177.49 160.59 -
System Red Green Blue C M Y K H S L
Decimal 111 25 153 0.27 0.84 0 0.4 280.31 0.72 0.35
Hex 6F 19 99 1B 54 0 28 118 48 23
Octal 157 31 231 33 124 0 50 430 110 43
Binary 1101111 11001 10011001 11011 1010100 0 101000 100011000 1001000 100011

Color Harmonies of #6F1999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1999

Black with #6F1999

Text Example


Text Example

White with #6F1999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,25,153); }

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

background-color css

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

 a { background-color: rgb(111,25,153); }

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

border-color css

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

 span { border-color: rgb(111,25,153); }

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