#6A198F

Color #6A198F Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #6A198F

Tints of Vivid Violet #6A198F

Color information

#6A198F (or 0x6A198F) is unknown color: approx Vivid Violet. HEX triplet: 6A, 19 and 8F. RGB value is (106,25,143). Sum of RGB (Red+Green+Blue) = 106+25+143=274 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.69% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 143 (56.25% from 255 or 52.19% from 274); Max value from RGB is 143 - color contains mainly: blue. Hex color #6A198F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A198F is #95E670. Grayscale: #3E3E3E. Windows color (decimal): -9823857 or 9378154. OLE color: 9378154.

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

Color convert

RGB10625143-
CMYK0.260.8300.44
HSL281.19º70.24%32.94%-
HSV(B)281.19º82.52%56.08%-
XYZ11.255.7426.5-
YUV62.67173.34158.91-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.69%
GREEN value IS 25 (10.16% from 255) = 9.12%
BLUE value IS 143 (56.25% from 255) = 52.19%
R=38.69%
G=9.12%
B=52.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal106251430.260.8300.44281.1970.2432.94
Hex6A198F1A5302C1194621
Octal152312173212305443110641
Binary1101010110011000111111010101001101011001000110011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A198F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6A198F;
 }
 .AnyTagClassName
 {
   color: #6A198F;
 }
</style>
background-color css

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

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

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

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

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

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