#6B158F

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

Shades of Vivid Violet #6B158F

Tints of Vivid Violet #6B158F

Color information

#6B158F (or 0x6B158F) is unknown color: approx Vivid Violet. HEX triplet: 6B, 15 and 8F. RGB value is (107,21,143). Sum of RGB (Red+Green+Blue) = 107+21+143=271 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.48% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 143 (56.25% from 255 or 52.77% from 271); Max value from RGB is 143 - color contains mainly: blue. Hex color #6B158F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B158F is #94EA70. Grayscale: #3C3C3C. Windows color (decimal): -9759345 or 9377131. OLE color: 9377131.

HSL color Cylindrical-coordinate representation of color #6B158F: hue angle of 282.3º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B158F is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10721143-
CMYK0.250.8500.44
HSL282.3º74.39%32.16%-
HSV(B)282.3º85.31%56.08%-
XYZ11.295.6526.48-
YUV60.62174.49161.08-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.48%
GREEN value IS 21 (8.59% from 255) = 7.75%
BLUE value IS 143 (56.25% from 255) = 52.77%
R=39.48%
G=7.75%
B=52.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal107211430.250.8500.44282.374.3932.16
Hex6B158F195502C11a4a20
Octal153252173112505443211240
Binary1101011101011000111111001101010101011001000110101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B158F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,21,143); }

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

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

 a { background-color: rgb(107,21,143); }

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

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

 span { border-color: rgb(107,21,143); }

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