#6C298B

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

Shades of Vivid Violet #6C298B

Tints of Vivid Violet #6C298B

Color information

#6C298B (or 0x6C298B) is unknown color: approx Vivid Violet. HEX triplet: 6C, 29 and 8B. RGB value is (108,41,139). Sum of RGB (Red+Green+Blue) = 108+41+139=288 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.5% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #6C298B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C298B is #93D674. Grayscale: #474747. Windows color (decimal): -9688693 or 9120108. OLE color: 9120108.

HSL color Cylindrical-coordinate representation of color #6C298B: hue angle of 281.02º degrees, saturation: 0.54, 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 #6C298B is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10841139-
CMYK0.220.7100.45
HSL281.02º54.44%35.29%-
HSV(B)281.02º70.5%54.51%-
XYZ11.646.6425.09-
YUV72.2165.7153.53-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.5%
GREEN value IS 41 (16.41% from 255) = 14.24%
BLUE value IS 139 (54.69% from 255) = 48.26%
R=37.5%
G=14.24%
B=48.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal108411390.220.7100.45281.0254.4435.29
Hex6C298B164702D1193623
Octal15451213261070554316643
Binary1101100101001100010111011010001110101101100011001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C298B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,41,139); }

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

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

 a { background-color: rgb(108,41,139); }

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

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

 span { border-color: rgb(108,41,139); }

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