#6A1894

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

Shades of Vivid Violet #6A1894

Tints of Vivid Violet #6A1894

Color information

#6A1894 (or 0x6A1894) is unknown color: approx Vivid Violet. HEX triplet: 6A, 18 and 94. RGB value is (106,24,148). Sum of RGB (Red+Green+Blue) = 106+24+148=278 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.13% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 148 (58.20% from 255 or 53.24% from 278); Max value from RGB is 148 - color contains mainly: blue. Hex color #6A1894 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A1894 is #95E76B. Grayscale: #3E3E3E. Windows color (decimal): -9824108 or 9705578. OLE color: 9705578.

HSL color Cylindrical-coordinate representation of color #6A1894: hue angle of 279.68º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A1894 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10624148-
CMYK0.280.8400.42
HSL279.68º72.09%33.73%-
HSV(B)279.68º83.78%58.04%-
XYZ11.625.8628.53-
YUV62.65176.17158.92-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.13%
GREEN value IS 24 (9.77% from 255) = 8.63%
BLUE value IS 148 (58.20% from 255) = 53.24%
R=38.13%
G=8.63%
B=53.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal106241480.280.8400.42279.6872.0933.73
Hex6A18941C5402A1184822
Octal152302243412405243011042
Binary1101010110001001010011100101010001010101000110001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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