#6b2f87

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

Shades of Vivid Violet #6B2F87

Tints of Vivid Violet #6B2F87

Color information

#6B2F87 (or 0x6B2F87) is unknown color: approx Vivid Violet. HEX triplet: 6B, 2F and 87. RGB value is (107,47,135). Sum of RGB (Red+Green+Blue) = 107+47+135=289 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.02% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 135 (53.12% from 255 or 46.71% from 289); Max value from RGB is 135 - color contains mainly: blue. Hex color #6B2F87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2F87 is #94D078. Grayscale: #4A4A4A. Windows color (decimal): -9752697 or 8859499. OLE color: 8859499.

HSL color Cylindrical-coordinate representation of color #6B2F87: hue angle of 280.91º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B2F87 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10747135-
CMYK0.210.6500.47
HSL280.91º48.35%35.69%-
HSV(B)280.91º65.19%52.94%-
XYZ11.456.9123.65-
YUV74.97161.88150.84-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.02%
GREEN value IS 47 (18.75% from 255) = 16.26%
BLUE value IS 135 (53.12% from 255) = 46.71%
R=37.02%
G=16.26%
B=46.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107471350.210.6500.47280.9148.3535.69
Hex6B2F87154102F1193024
Octal15357207251010574316044
Binary1101011101111100001111010110000010101111100011001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b2f87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,47,135); }

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

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

 a { background-color: rgb(107,47,135); }

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

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

 span { border-color: rgb(107,47,135); }

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