Html Css Color HEX #6A179A Vivid Violet

📋 copy color: '#6A179A'

red 106 ◦ green 23 ◦ blue 154

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

Shades of Vivid Violet #6A179A

Tints of Vivid Violet #6A179A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 54.42%

R = 37.46%
G = 8.13%
B = 54.42%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6A179A (or 0x6A179A) is known color: Vivid Violet. HEX triplet: 6A, 17 and 9A. RGB value is (106,23,154). Sum of RGB (Red+Green+Blue) = 106+23+154=283 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.46% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #6A179A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A179A is #95E865. Grayscale: #3E3E3E. Windows color (decimal): -9824358 or 10098538. OLE color: 10098538.

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

Color convert

RGB 106 23 154 -
CMYK 0.31 0.85 0 0.40
HSL 278.02º 0.74% 0.35% -
HSV(B) 278.02º 0.85% 0.6% -
XYZ 12.08 6.01 31.1 -
YUV 62.75 179.5 158.85 -
System Red Green Blue C M Y K H S L
Decimal 106 23 154 0.31 0.85 0 0.40 278.02 0.74 0.35
Hex 6A 17 9A 1F 55 0 28 116 4A 23
Octal 152 27 232 37 125 0 50 426 112 43
Binary 1101010 10111 10011010 11111 1010101 0 101000 100010110 1001010 100011

Color Harmonies of #6A179A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A179A

Black with #6A179A

Text Example


Text Example

White with #6A179A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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