#6B278C

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

Shades of Vivid Violet #6B278C

Tints of Vivid Violet #6B278C

Color information

#6B278C (or 0x6B278C) is unknown color: approx Vivid Violet. HEX triplet: 6B, 27 and 8C. RGB value is (107,39,140). Sum of RGB (Red+Green+Blue) = 107+39+140=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 140 (55.08% from 255 or 48.95% from 286); Max value from RGB is 140 - color contains mainly: blue. Hex color #6B278C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B278C is #94D873. Grayscale: #464646. Windows color (decimal): -9754740 or 9185131. OLE color: 9185131.

HSL color Cylindrical-coordinate representation of color #6B278C: hue angle of 280.4º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6B278C is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10739140-
CMYK0.240.7200.45
HSL280.4º56.42%35.1%-
HSV(B)280.4º72.14%54.9%-
XYZ11.526.4725.45-
YUV70.85167.03153.79-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.41%
GREEN value IS 39 (15.62% from 255) = 13.64%
BLUE value IS 140 (55.08% from 255) = 48.95%
R=37.41%
G=13.64%
B=48.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal107391400.240.7200.45280.456.4235.1
Hex6B278C184802D1183823
Octal15347214301100554307043
Binary1101011100111100011001100010010000101101100011000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B278C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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