#6B2B90

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

Shades of Vivid Violet #6B2B90

Tints of Vivid Violet #6B2B90

Color information

#6B2B90 (or 0x6B2B90) is unknown color: approx Vivid Violet. HEX triplet: 6B, 2B and 90. RGB value is (107,43,144). Sum of RGB (Red+Green+Blue) = 107+43+144=294 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.39% from 294); Green value is 43 (17.19% from 255 or 14.63% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #6B2B90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2B90 is #94D46F. Grayscale: #494949. Windows color (decimal): -9753712 or 9448299. OLE color: 9448299.

HSL color Cylindrical-coordinate representation of color #6B2B90: hue angle of 278.02º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6B2B90 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10743144-
CMYK0.260.7000.44
HSL278.02º54.01%36.67%-
HSV(B)278.02º70.14%56.47%-
XYZ11.966.8727.08-
YUV73.65167.7151.79-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.39%
GREEN value IS 43 (17.19% from 255) = 14.63%
BLUE value IS 144 (56.64% from 255) = 48.98%
R=36.39%
G=14.63%
B=48.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal107431440.260.7000.44278.0254.0136.67
Hex6B2B901A4602C1163625
Octal15353220321060544266645
Binary1101011101011100100001101010001100101100100010110110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,43,144); }

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

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

 a { background-color: rgb(107,43,144); }

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

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

 span { border-color: rgb(107,43,144); }

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