Html Css Color HEX #6A1789 Vivid Violet

📋 copy color: '#6A1789'

red 106 ◦ green 23 ◦ blue 137

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

Shades of Vivid Violet #6A1789

Tints of Vivid Violet #6A1789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 51.5%

R = 39.85%
G = 8.65%
B = 51.5%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6A1789 (or 0x6A1789) is known color: Vivid Violet. HEX triplet: 6A, 17 and 89. RGB value is (106,23,137). Sum of RGB (Red+Green+Blue) = 106+23+137=266 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.85% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #6A1789 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A1789 is #95E876. Grayscale: #3C3C3C. Windows color (decimal): -9824375 or 8984426. OLE color: 8984426.

HSL color Cylindrical-coordinate representation of color #6A1789: hue angle of 283.68º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6A1789 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 106 23 137 -
CMYK 0.23 0.83 0 0.46
HSL 283.68º 0.71% 0.31% -
HSV(B) 283.68º 0.83% 0.54% -
XYZ 10.77 5.48 24.16 -
YUV 60.81 171 160.23 -
System Red Green Blue C M Y K H S L
Decimal 106 23 137 0.23 0.83 0 0.46 283.68 0.71 0.31
Hex 6A 17 89 17 53 0 2E 11C 47 1F
Octal 152 27 211 27 123 0 56 434 107 37
Binary 1101010 10111 10001001 10111 1010011 0 101110 100011100 1000111 11111

Color Harmonies of #6A1789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1789

Black with #6A1789

Text Example


Text Example

White with #6A1789

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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