#6B1E8B

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

Shades of Vivid Violet #6B1E8B

Tints of Vivid Violet #6B1E8B

Color information

#6B1E8B (or 0x6B1E8B) is unknown color: approx Vivid Violet. HEX triplet: 6B, 1E and 8B. RGB value is (107,30,139). Sum of RGB (Red+Green+Blue) = 107+30+139=276 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.77% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B1E8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B1E8B is #94E174. Grayscale: #414141. Windows color (decimal): -9757045 or 9117291. OLE color: 9117291.

HSL color Cylindrical-coordinate representation of color #6B1E8B: hue angle of 282.39º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B1E8B is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10730139-
CMYK0.230.7800.45
HSL282.39º64.5%33.14%-
HSV(B)282.39º78.42%54.51%-
XYZ11.195.9224.98-
YUV65.45169.51157.64-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.77%
GREEN value IS 30 (12.11% from 255) = 10.87%
BLUE value IS 139 (54.69% from 255) = 50.36%
R=38.77%
G=10.87%
B=50.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal107301390.230.7800.45282.3964.533.14
Hex6B1E8B174E02D11a4021
Octal153362132711605543210041
Binary1101011111101000101110111100111001011011000110101000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,30,139); }

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

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

 a { background-color: rgb(107,30,139); }

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

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

 span { border-color: rgb(107,30,139); }

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