Html Css Color HEX #6F208D Vivid Violet

📋 copy color: '#6F208D'

red 111 ◦ green 32 ◦ blue 141

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

Shades of Vivid Violet #6F208D

Tints of Vivid Violet #6F208D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 49.65%

R = 39.08%
G = 11.27%
B = 49.65%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6F208D (or 0x6F208D) is known color: Vivid Violet. HEX triplet: 6F, 20 and 8D. RGB value is (111,32,141). Sum of RGB (Red+Green+Blue) = 111+32+141=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #6F208D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F208D is #90DF72. Grayscale: #434343. Windows color (decimal): -9494387 or 9248879. OLE color: 9248879.

HSL color Cylindrical-coordinate representation of color #6F208D: hue angle of 283.49º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F208D is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 111 32 141 -
CMYK 0.21 0.77 0 0.45
HSL 283.49º 0.63% 0.34% -
HSV(B) 283.49º 0.77% 0.55% -
XYZ 11.88 6.34 25.8 -
YUV 68.05 169.17 158.64 -
System Red Green Blue C M Y K H S L
Decimal 111 32 141 0.21 0.77 0 0.45 283.49 0.63 0.34
Hex 6F 20 8D 15 4D 0 2D 11B 3F 22
Octal 157 40 215 25 115 0 55 433 77 42
Binary 1101111 100000 10001101 10101 1001101 0 101101 100011011 111111 100010

Color Harmonies of #6F208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F208D

Black with #6F208D

Text Example


Text Example

White with #6F208D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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