Html Css Color HEX #6F318C Vivid Violet

📋 copy color: '#6F318C'

red 111 ◦ green 49 ◦ blue 140

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

Shades of Vivid Violet #6F318C

Tints of Vivid Violet #6F318C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 46.67%

R = 37%
G = 16.33%
B = 46.67%

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

#6F318C (or 0x6F318C) is known color: Vivid Violet. HEX triplet: 6F, 31 and 8C. RGB value is (111,49,140). Sum of RGB (Red+Green+Blue) = 111+49+140=300 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 140 (55.08% from 255 or 46.67% from 300); Max value from RGB is 140 - color contains mainly: blue. Hex color #6F318C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F318C is #90CE73. Grayscale: #4D4D4D. Windows color (decimal): -9490036 or 9187695. OLE color: 9187695.

HSL color Cylindrical-coordinate representation of color #6F318C: hue angle of 280.88º 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 #6F318C is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 111 49 140 -
CMYK 0.21 0.65 0 0.45
HSL 280.88º 0.48% 0.37% -
HSV(B) 280.88º 0.65% 0.55% -
XYZ 12.39 7.47 25.6 -
YUV 77.91 163.04 151.6 -
System Red Green Blue C M Y K H S L
Decimal 111 49 140 0.21 0.65 0 0.45 280.88 0.48 0.37
Hex 6F 31 8C 15 41 0 2D 119 30 25
Octal 157 61 214 25 101 0 55 431 60 45
Binary 1101111 110001 10001100 10101 1000001 0 101101 100011001 110000 100101

Color Harmonies of #6F318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F318C

Black with #6F318C

Text Example


Text Example

White with #6F318C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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