#6B288B

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

Shades of Vivid Violet #6B288B

Tints of Vivid Violet #6B288B

Color information

#6B288B (or 0x6B288B) is unknown color: approx Vivid Violet. HEX triplet: 6B, 28 and 8B. RGB value is (107,40,139). Sum of RGB (Red+Green+Blue) = 107+40+139=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B288B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B288B is #94D774. Grayscale: #464646. Windows color (decimal): -9754485 or 9119851. OLE color: 9119851.

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

Color convert

RGB10740139-
CMYK0.230.7100.45
HSL280.61º55.31%35.1%-
HSV(B)280.61º71.22%54.51%-
XYZ11.486.5125.08-
YUV71.32166.2153.45-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.41%
GREEN value IS 40 (16.02% from 255) = 13.99%
BLUE value IS 139 (54.69% from 255) = 48.60%
R=37.41%
G=13.99%
B=48.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal107401390.230.7100.45280.6155.3135.1
Hex6B288B174702D1193723
Octal15350213271070554316743
Binary1101011101000100010111011110001110101101100011001110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B288B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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