#6B1B99

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

Shades of Vivid Violet #6B1B99

Tints of Vivid Violet #6B1B99

Color information

#6B1B99 (or 0x6B1B99) is unknown color: approx Vivid Violet. HEX triplet: 6B, 1B and 99. RGB value is (107,27,153). Sum of RGB (Red+Green+Blue) = 107+27+153=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 27 (10.94% from 255 or 9.41% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #6B1B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B1B99 is #94E466. Grayscale: #404040. Windows color (decimal): -9757799 or 10034027. OLE color: 10034027.

HSL color Cylindrical-coordinate representation of color #6B1B99: hue angle of 278.1º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B1B99 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10727153-
CMYK0.300.8200.4
HSL278.1º70%35.29%-
HSV(B)278.1º82.35%60%-
XYZ12.216.2130.69-
YUV65.28177.5157.75-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.28%
GREEN value IS 27 (10.94% from 255) = 9.41%
BLUE value IS 153 (60.16% from 255) = 53.31%
R=37.28%
G=9.41%
B=53.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal107271530.300.8200.4278.17035.29
Hex6B1B991E520281164623
Octal153332313612205042610643
Binary1101011110111001100111110101001001010001000101101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,27,153); }

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

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

 a { background-color: rgb(107,27,153); }

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

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

 span { border-color: rgb(107,27,153); }

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