#6B1F93

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

Shades of Vivid Violet #6B1F93

Tints of Vivid Violet #6B1F93

Color information

#6B1F93 (or 0x6B1F93) is unknown color: approx Vivid Violet. HEX triplet: 6B, 1F and 93. RGB value is (107,31,147). Sum of RGB (Red+Green+Blue) = 107+31+147=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #6B1F93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B1F93 is #94E06C. Grayscale: #424242. Windows color (decimal): -9756781 or 9641835. OLE color: 9641835.

HSL color Cylindrical-coordinate representation of color #6B1F93: hue angle of 279.31º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B1F93 is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10731147-
CMYK0.270.7900.42
HSL279.31º65.17%34.9%-
HSV(B)279.31º78.91%57.65%-
XYZ11.826.2128.18-
YUV66.95173.18156.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.54%
GREEN value IS 31 (12.5% from 255) = 10.88%
BLUE value IS 147 (57.81% from 255) = 51.58%
R=37.54%
G=10.88%
B=51.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal107311470.270.7900.42279.3165.1734.9
Hex6B1F931B4F02A1174123
Octal153372233311705242710143
Binary1101011111111001001111011100111101010101000101111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,31,147); }

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

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

 a { background-color: rgb(107,31,147); }

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

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

 span { border-color: rgb(107,31,147); }

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