Html Css Color HEX #6F159D Vivid Violet

📋 copy color: '#6F159D'

red 111 ◦ green 21 ◦ blue 157

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

Shades of Vivid Violet #6F159D

Tints of Vivid Violet #6F159D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.27%

 BLUE value IS 157 (61.72% from 255) = 54.33%

R = 38.41%
G = 7.27%
B = 54.33%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F159D (or 0x6F159D) is known color: Vivid Violet. HEX triplet: 6F, 15 and 9D. RGB value is (111,21,157). Sum of RGB (Red+Green+Blue) = 111+21+157=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F159D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F159D is #90EA62. Grayscale: #3E3E3E. Windows color (decimal): -9497187 or 10294639. OLE color: 10294639.

HSL color Cylindrical-coordinate representation of color #6F159D: hue angle of 279.71º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F159D is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 111 21 157 -
CMYK 0.29 0.87 0 0.38
HSL 279.71º 0.76% 0.35% -
HSV(B) 279.71º 0.87% 0.62% -
XYZ 12.91 6.35 32.44 -
YUV 63.41 180.82 161.94 -
System Red Green Blue C M Y K H S L
Decimal 111 21 157 0.29 0.87 0 0.38 279.71 0.76 0.35
Hex 6F 15 9D 1D 57 0 26 118 4C 23
Octal 157 25 235 35 127 0 46 430 114 43
Binary 1101111 10101 10011101 11101 1010111 0 100110 100011000 1001100 100011

Color Harmonies of #6F159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F159D

Black with #6F159D

Text Example


Text Example

White with #6F159D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,21,157); }

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

background-color css

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

 a { background-color: rgb(111,21,157); }

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

border-color css

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

 span { border-color: rgb(111,21,157); }

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