#6A1C87

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

Shades of Vivid Violet #6A1C87

Tints of Vivid Violet #6A1C87

Color information

#6A1C87 (or 0x6A1C87) is unknown color: approx Vivid Violet. HEX triplet: 6A, 1C and 87. RGB value is (106,28,135). Sum of RGB (Red+Green+Blue) = 106+28+135=269 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.41% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 135 (53.12% from 255 or 50.19% from 269); Max value from RGB is 135 - color contains mainly: blue. Hex color #6A1C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A1C87 is #95E378. Grayscale: #3F3F3F. Windows color (decimal): -9823097 or 8854634. OLE color: 8854634.

HSL color Cylindrical-coordinate representation of color #6A1C87: hue angle of 283.74º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6A1C87 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10628135-
CMYK0.210.7900.47
HSL283.74º65.64%31.96%-
HSV(B)283.74º79.26%52.94%-
XYZ10.735.6423.45-
YUV63.52168.34158.3-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.41%
GREEN value IS 28 (11.33% from 255) = 10.41%
BLUE value IS 135 (53.12% from 255) = 50.19%
R=39.41%
G=10.41%
B=50.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106281350.210.7900.47283.7465.6431.96
Hex6A1C87154F02F11c4220
Octal152342072511705743410240
Binary1101010111001000011110101100111101011111000111001000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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