#6A1C93

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

Shades of Vivid Violet #6A1C93

Tints of Vivid Violet #6A1C93

Color information

#6A1C93 (or 0x6A1C93) is unknown color: approx Vivid Violet. HEX triplet: 6A, 1C and 93. RGB value is (106,28,147). Sum of RGB (Red+Green+Blue) = 106+28+147=281 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.72% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #6A1C93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A1C93 is #95E36C. Grayscale: #404040. Windows color (decimal): -9823085 or 9641066. OLE color: 9641066.

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

Color convert

RGB10628147-
CMYK0.280.8100.42
HSL279.33º68%34.31%-
HSV(B)279.33º80.95%57.65%-
XYZ11.63628.15-
YUV64.89174.34157.32-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.72%
GREEN value IS 28 (11.33% from 255) = 9.96%
BLUE value IS 147 (57.81% from 255) = 52.31%
R=37.72%
G=9.96%
B=52.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal106281470.280.8100.42279.336834.31
Hex6A1C931C5102A1174422
Octal152342233412105242710442
Binary1101010111001001001111100101000101010101000101111000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,28,147); }

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

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

 a { background-color: rgb(106,28,147); }

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

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

 span { border-color: rgb(106,28,147); }

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