#6B278F

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

Shades of Vivid Violet #6B278F

Tints of Vivid Violet #6B278F

Color information

#6B278F (or 0x6B278F) is unknown color: approx Vivid Violet. HEX triplet: 6B, 27 and 8F. RGB value is (107,39,143). Sum of RGB (Red+Green+Blue) = 107+39+143=289 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.02% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 143 (56.25% from 255 or 49.48% from 289); Max value from RGB is 143 - color contains mainly: blue. Hex color #6B278F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B278F is #94D870. Grayscale: #464646. Windows color (decimal): -9754737 or 9381739. OLE color: 9381739.

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

Color convert

RGB10739143-
CMYK0.250.7300.44
HSL279.23º57.14%35.69%-
HSV(B)279.23º72.73%56.08%-
XYZ11.756.5626.63-
YUV71.19168.53153.54-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.02%
GREEN value IS 39 (15.62% from 255) = 13.49%
BLUE value IS 143 (56.25% from 255) = 49.48%
R=37.02%
G=13.49%
B=49.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal107391430.250.7300.44279.2357.1435.69
Hex6B278F194902C1173924
Octal15347217311110544277144
Binary1101011100111100011111100110010010101100100010111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B278F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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