#6B2592

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

Shades of Vivid Violet #6B2592

Tints of Vivid Violet #6B2592

Color information

#6B2592 (or 0x6B2592) is unknown color: approx Vivid Violet. HEX triplet: 6B, 25 and 92. RGB value is (107,37,146). Sum of RGB (Red+Green+Blue) = 107+37+146=290 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.90% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #6B2592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2592 is #94DA6D. Grayscale: #454545. Windows color (decimal): -9755246 or 9577835. OLE color: 9577835.

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

Color convert

RGB10737146-
CMYK0.270.7500.43
HSL278.53º59.56%35.88%-
HSV(B)278.53º74.66%57.25%-
XYZ11.916.5227.83-
YUV70.36170.69154.14-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.90%
GREEN value IS 37 (14.84% from 255) = 12.76%
BLUE value IS 146 (57.42% from 255) = 50.34%
R=36.90%
G=12.76%
B=50.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal107371460.270.7500.43278.5359.5635.88
Hex6B25921B4B02B1173c24
Octal15345222331130534277444
Binary1101011100101100100101101110010110101011100010111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,37,146); }

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

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

 a { background-color: rgb(107,37,146); }

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

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

 span { border-color: rgb(107,37,146); }

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