Html Css Color HEX #6F318D Vivid Violet

📋 copy color: '#6F318D'

red 111 ◦ green 49 ◦ blue 141

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

Shades of Vivid Violet #6F318D

Tints of Vivid Violet #6F318D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.28%

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

R = 36.88%
G = 16.28%
B = 46.84%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6F318D (or 0x6F318D) is known color: Vivid Violet. HEX triplet: 6F, 31 and 8D. RGB value is (111,49,141). Sum of RGB (Red+Green+Blue) = 111+49+141=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 141 - color contains mainly: blue. Hex color #6F318D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F318D is #90CE72. Grayscale: #4D4D4D. Windows color (decimal): -9490035 or 9253231. OLE color: 9253231.

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

Color convert

RGB 111 49 141 -
CMYK 0.21 0.65 0 0.45
HSL 280.43º 0.48% 0.37% -
HSV(B) 280.43º 0.65% 0.55% -
XYZ 12.46 7.5 25.99 -
YUV 78.03 163.54 151.52 -
System Red Green Blue C M Y K H S L
Decimal 111 49 141 0.21 0.65 0 0.45 280.43 0.48 0.37
Hex 6F 31 8D 15 41 0 2D 118 30 25
Octal 157 61 215 25 101 0 55 430 60 45
Binary 1101111 110001 10001101 10101 1000001 0 101101 100011000 110000 100101

Color Harmonies of #6F318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F318D

Black with #6F318D

Text Example


Text Example

White with #6F318D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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