Html Css Color HEX #6A178A Vivid Violet

📋 copy color: '#6A178A'

red 106 ◦ green 23 ◦ blue 138

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

Shades of Vivid Violet #6A178A

Tints of Vivid Violet #6A178A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 51.69%

R = 39.7%
G = 8.61%
B = 51.69%

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

#6A178A (or 0x6A178A) is known color: Vivid Violet. HEX triplet: 6A, 17 and 8A. RGB value is (106,23,138). Sum of RGB (Red+Green+Blue) = 106+23+138=267 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.70% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 138 (54.30% from 255 or 51.69% from 267); Max value from RGB is 138 - color contains mainly: blue. Hex color #6A178A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A178A is #95E875. Grayscale: #3C3C3C. Windows color (decimal): -9824374 or 9049962. OLE color: 9049962.

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

Color convert

RGB 106 23 138 -
CMYK 0.23 0.83 0 0.46
HSL 283.3º 0.71% 0.32% -
HSV(B) 283.3º 0.83% 0.54% -
XYZ 10.84 5.51 24.54 -
YUV 60.93 171.5 160.15 -
System Red Green Blue C M Y K H S L
Decimal 106 23 138 0.23 0.83 0 0.46 283.3 0.71 0.32
Hex 6A 17 8A 17 53 0 2E 11B 47 20
Octal 152 27 212 27 123 0 56 433 107 40
Binary 1101010 10111 10001010 10111 1010011 0 101110 100011011 1000111 100000

Color Harmonies of #6A178A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A178A

Black with #6A178A

Text Example


Text Example

White with #6A178A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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