#6D2298

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

Shades of Vivid Violet #6D2298

Tints of Vivid Violet #6D2298

Color information

#6D2298 (or 0x6D2298) is unknown color: approx Vivid Violet. HEX triplet: 6D, 22 and 98. RGB value is (109,34,152). Sum of RGB (Red+Green+Blue) = 109+34+152=295 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.95% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 152 (59.77% from 255 or 51.53% from 295); Max value from RGB is 152 - color contains mainly: blue. Hex color #6D2298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2298 is #92DD67. Grayscale: #454545. Windows color (decimal): -9624936 or 9970285. OLE color: 9970285.

HSL color Cylindrical-coordinate representation of color #6D2298: hue angle of 278.14º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6D2298 is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10934152-
CMYK0.280.7800.40
HSL278.14º63.44%36.47%-
HSV(B)278.14º77.63%59.61%-
XYZ12.556.6630.33-
YUV69.88174.35155.91-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.95%
GREEN value IS 34 (13.67% from 255) = 11.53%
BLUE value IS 152 (59.77% from 255) = 51.53%
R=36.95%
G=11.53%
B=51.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal109341520.280.7800.40278.1463.4436.47
Hex6D22981C4E0281163f24
Octal15542230341160504267744
Binary1101101100010100110001110010011100101000100010110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,34,152); }

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

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

 a { background-color: rgb(109,34,152); }

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

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

 span { border-color: rgb(109,34,152); }

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