#6A1892

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

Shades of Vivid Violet #6A1892

Tints of Vivid Violet #6A1892

Color information

#6A1892 (or 0x6A1892) is unknown color: approx Vivid Violet. HEX triplet: 6A, 18 and 92. RGB value is (106,24,146). Sum of RGB (Red+Green+Blue) = 106+24+146=276 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.41% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #6A1892 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A1892 is #95E76D. Grayscale: #3E3E3E. Windows color (decimal): -9824110 or 9574506. OLE color: 9574506.

HSL color Cylindrical-coordinate representation of color #6A1892: hue angle of 280.33º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A1892 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10624146-
CMYK0.270.8400.43
HSL280.33º71.76%33.33%-
HSV(B)280.33º83.56%57.25%-
XYZ11.465.7927.71-
YUV62.43175.17159.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.41%
GREEN value IS 24 (9.77% from 255) = 8.70%
BLUE value IS 146 (57.42% from 255) = 52.90%
R=38.41%
G=8.70%
B=52.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal106241460.270.8400.43280.3371.7633.33
Hex6A18921B5402B1184821
Octal152302223312405343011041
Binary1101010110001001001011011101010001010111000110001001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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