#6B2594

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

Shades of Vivid Violet #6B2594

Tints of Vivid Violet #6B2594

Color information

#6B2594 (or 0x6B2594) is unknown color: approx Vivid Violet. HEX triplet: 6B, 25 and 94. RGB value is (107,37,148). Sum of RGB (Red+Green+Blue) = 107+37+148=292 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.64% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 148 (58.20% from 255 or 50.68% from 292); Max value from RGB is 148 - color contains mainly: blue. Hex color #6B2594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2594 is #94DA6B. Grayscale: #464646. Windows color (decimal): -9755244 or 9708907. OLE color: 9708907.

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

Color convert

RGB10737148-
CMYK0.280.7500.42
HSL277.84º60%36.27%-
HSV(B)277.84º75%58.04%-
XYZ12.076.5928.65-
YUV70.58171.69153.97-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.64%
GREEN value IS 37 (14.84% from 255) = 12.67%
BLUE value IS 148 (58.20% from 255) = 50.68%
R=36.64%
G=12.67%
B=50.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal107371480.280.7500.42277.846036.27
Hex6B25941C4B02A1163c24
Octal15345224341130524267444
Binary1101011100101100101001110010010110101010100010110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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