Html Css Color HEX #6A1791 Vivid Violet

📋 copy color: '#6A1791'

red 106 ◦ green 23 ◦ blue 145

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

Shades of Vivid Violet #6A1791

Tints of Vivid Violet #6A1791

RGB

 RED value IS 106 (41.8% from 255) = 38.69%

 GREEN value IS 23 (9.38% from 255) = 8.39%

 BLUE value IS 145 (57.03% from 255) = 52.92%

R = 38.69%
G = 8.39%
B = 52.92%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6A1791 (or 0x6A1791) is known color: Vivid Violet. HEX triplet: 6A, 17 and 91. RGB value is (106,23,145). Sum of RGB (Red+Green+Blue) = 106+23+145=274 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.69% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 145 (57.03% from 255 or 52.92% from 274); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A1791 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A1791 is #95E86E. Grayscale: #3D3D3D. Windows color (decimal): -9824367 or 9508714. OLE color: 9508714.

HSL color Cylindrical-coordinate representation of color #6A1791: hue angle of 280.82º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A1791 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 106 23 145 -
CMYK 0.27 0.84 0 0.43
HSL 280.82º 0.73% 0.33% -
HSV(B) 280.82º 0.84% 0.57% -
XYZ 11.36 5.72 27.29 -
YUV 61.73 175 159.58 -
System Red Green Blue C M Y K H S L
Decimal 106 23 145 0.27 0.84 0 0.43 280.82 0.73 0.33
Hex 6A 17 91 1B 54 0 2B 119 49 21
Octal 152 27 221 33 124 0 53 431 111 41
Binary 1101010 10111 10010001 11011 1010100 0 101011 100011001 1001001 100001

Color Harmonies of #6A1791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1791

Black with #6A1791

Text Example


Text Example

White with #6A1791

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,23,145); }

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

background-color css

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

 a { background-color: rgb(106,23,145); }

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

border-color css

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

 span { border-color: rgb(106,23,145); }

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