Html Css Color HEX #6A1999 Vivid Violet

📋 copy color: '#6A1999'

red 106 ◦ green 25 ◦ blue 153

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

Shades of Vivid Violet #6A1999

Tints of Vivid Violet #6A1999

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.8%

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

R = 37.32%
G = 8.8%
B = 53.87%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6A1999 (or 0x6A1999) is known color: Vivid Violet. HEX triplet: 6A, 19 and 99. RGB value is (106,25,153). Sum of RGB (Red+Green+Blue) = 106+25+153=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #6A1999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A1999 is #95E666. Grayscale: #3F3F3F. Windows color (decimal): -9823847 or 10033514. OLE color: 10033514.

HSL color Cylindrical-coordinate representation of color #6A1999: hue angle of 277.97º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A1999 is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 106 25 153 -
CMYK 0.31 0.84 0 0.4
HSL 277.97º 0.72% 0.35% -
HSV(B) 277.97º 0.84% 0.6% -
XYZ 12.04 6.06 30.67 -
YUV 63.81 178.34 158.09 -
System Red Green Blue C M Y K H S L
Decimal 106 25 153 0.31 0.84 0 0.4 277.97 0.72 0.35
Hex 6A 19 99 1F 54 0 28 116 48 23
Octal 152 31 231 37 124 0 50 426 110 43
Binary 1101010 11001 10011001 11111 1010100 0 101000 100010110 1001000 100011

Color Harmonies of #6A1999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1999

Black with #6A1999

Text Example


Text Example

White with #6A1999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,25,153); }

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

background-color css

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

 a { background-color: rgb(106,25,153); }

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

border-color css

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

 span { border-color: rgb(106,25,153); }

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