#6a1899

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

Shades of Vivid Violet #6A1899

Tints of Vivid Violet #6A1899

Color information

#6A1899 (or 0x6A1899) is unknown color: approx Vivid Violet. HEX triplet: 6A, 18 and 99. RGB value is (106,24,153). Sum of RGB (Red+Green+Blue) = 106+24+153=283 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.46% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #6A1899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A1899 is #95E766. Grayscale: #3E3E3E. Windows color (decimal): -9824103 or 10033258. OLE color: 10033258.

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

Color convert

RGB10624153-
CMYK0.310.8400.4
HSL278.14º72.88%34.71%-
HSV(B)278.14º84.31%60%-
XYZ12.026.0230.66-
YUV63.22178.67158.51-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.46%
GREEN value IS 24 (9.77% from 255) = 8.48%
BLUE value IS 153 (60.16% from 255) = 54.06%
R=37.46%
G=8.48%
B=54.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal106241530.310.8400.4278.1472.8834.71
Hex6A18991F540281164923
Octal152302313712405042611143
Binary1101010110001001100111111101010001010001000101101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a1899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,24,153); }

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

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

 a { background-color: rgb(106,24,153); }

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

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

 span { border-color: rgb(106,24,153); }

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