Html Css Color HEX #6A198E Vivid Violet

📋 copy color: '#6A198E'

red 106 ◦ green 25 ◦ blue 142

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

Shades of Vivid Violet #6A198E

Tints of Vivid Violet #6A198E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 52.01%

R = 38.83%
G = 9.16%
B = 52.01%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6A198E (or 0x6A198E) is known color: Vivid Violet. HEX triplet: 6A, 19 and 8E. RGB value is (106,25,142). Sum of RGB (Red+Green+Blue) = 106+25+142=273 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.83% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #6A198E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A198E is #95E671. Grayscale: #3E3E3E. Windows color (decimal): -9823858 or 9312618. OLE color: 9312618.

HSL color Cylindrical-coordinate representation of color #6A198E: hue angle of 281.54º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A198E is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 106 25 142 -
CMYK 0.25 0.82 0 0.44
HSL 281.54º 0.7% 0.33% -
HSV(B) 281.54º 0.82% 0.56% -
XYZ 11.17 5.71 26.1 -
YUV 62.56 172.84 158.99 -
System Red Green Blue C M Y K H S L
Decimal 106 25 142 0.25 0.82 0 0.44 281.54 0.7 0.33
Hex 6A 19 8E 19 52 0 2C 11A 46 21
Octal 152 31 216 31 122 0 54 432 106 41
Binary 1101010 11001 10001110 11001 1010010 0 101100 100011010 1000110 100001

Color Harmonies of #6A198E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A198E

Black with #6A198E

Text Example


Text Example

White with #6A198E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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