#6A2387

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

Shades of Vivid Violet #6A2387

Tints of Vivid Violet #6A2387

Color information

#6A2387 (or 0x6A2387) is unknown color: approx Vivid Violet. HEX triplet: 6A, 23 and 87. RGB value is (106,35,135). Sum of RGB (Red+Green+Blue) = 106+35+135=276 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.41% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 135 (53.12% from 255 or 48.91% from 276); Max value from RGB is 135 - color contains mainly: blue. Hex color #6A2387 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2387 is #95DC78. Grayscale: #434343. Windows color (decimal): -9821305 or 8856426. OLE color: 8856426.

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

Color convert

RGB10635135-
CMYK0.210.7400.47
HSL282.6º58.82%33.33%-
HSV(B)282.6º74.07%52.94%-
XYZ10.926.0223.51-
YUV67.63166.02155.37-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.41%
GREEN value IS 35 (14.06% from 255) = 12.68%
BLUE value IS 135 (53.12% from 255) = 48.91%
R=38.41%
G=12.68%
B=48.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106351350.210.7400.47282.658.8233.33
Hex6A2387154A02F11b3b21
Octal15243207251120574337341
Binary1101010100011100001111010110010100101111100011011111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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