Html Css Color HEX #6D1599 Vivid Violet

📋 copy color: '#6D1599'

red 109 ◦ green 21 ◦ blue 153

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

Shades of Vivid Violet #6D1599

Tints of Vivid Violet #6D1599

RGB

 RED value IS 109 (42.97% from 255) = 38.52%

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

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

R = 38.52%
G = 7.42%
B = 54.06%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6D1599 (or 0x6D1599) is known color: Vivid Violet. HEX triplet: 6D, 15 and 99. RGB value is (109,21,153). Sum of RGB (Red+Green+Blue) = 109+21+153=283 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.52% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #6D1599 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1599 is #92EA66. Grayscale: #3D3D3D. Windows color (decimal): -9628263 or 10032493. OLE color: 10032493.

HSL color Cylindrical-coordinate representation of color #6D1599: hue angle of 280º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D1599 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 109 21 153 -
CMYK 0.29 0.86 0 0.4
HSL 280º 0.76% 0.34% -
HSV(B) 280º 0.86% 0.6% -
XYZ 12.32 6.09 30.66 -
YUV 62.36 179.15 161.27 -
System Red Green Blue C M Y K H S L
Decimal 109 21 153 0.29 0.86 0 0.4 280 0.76 0.34
Hex 6D 15 99 1D 56 0 28 118 4C 22
Octal 155 25 231 35 126 0 50 430 114 42
Binary 1101101 10101 10011001 11101 1010110 0 101000 100011000 1001100 100010

Color Harmonies of #6D1599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1599

Black with #6D1599

Text Example


Text Example

White with #6D1599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,21,153); }

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

background-color css

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

 a { background-color: rgb(109,21,153); }

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

border-color css

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

 span { border-color: rgb(109,21,153); }

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