#6D1297

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

Shades of Vivid Violet #6D1297

Tints of Vivid Violet #6D1297

Color information

#6D1297 (or 0x6D1297) is unknown color: approx Vivid Violet. HEX triplet: 6D, 12 and 97. RGB value is (109,18,151). Sum of RGB (Red+Green+Blue) = 109+18+151=278 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.21% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 151 (59.38% from 255 or 54.32% from 278); Max value from RGB is 151 - color contains mainly: blue. Hex color #6D1297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1297 is #92ED68. Grayscale: #3B3B3B. Windows color (decimal): -9629033 or 9900653. OLE color: 9900653.

HSL color Cylindrical-coordinate representation of color #6D1297: hue angle of 281.05º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D1297 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10918151-
CMYK0.280.8800.41
HSL281.05º78.7%33.14%-
HSV(B)281.05º88.08%59.22%-
XYZ12.115.9229.78-
YUV60.37179.15162.69-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.21%
GREEN value IS 18 (7.42% from 255) = 6.47%
BLUE value IS 151 (59.38% from 255) = 54.32%
R=39.21%
G=6.47%
B=54.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal109181510.280.8800.41281.0578.733.14
Hex6D12971C580291194f21
Octal155222273413005143111741
Binary1101101100101001011111100101100001010011000110011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,18,151); }

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

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

 a { background-color: rgb(109,18,151); }

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

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

 span { border-color: rgb(109,18,151); }

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