#7201C5

Color #7201C5 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #7201C5

Tints of Dark Violet #7201C5

Color information

#7201C5 (or 0x7201C5) is unknown color: approx Dark Violet. HEX triplet: 72, 01 and C5. RGB value is (114,1,197). Sum of RGB (Red+Green+Blue) = 114+1+197=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 197 (77.34% from 255 or 63.14% from 312); Max value from RGB is 197 - color contains mainly: blue. Hex color #7201C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7201C5 is #8DFE3A. Grayscale: #383838. Windows color (decimal): -9305659 or 12910962. OLE color: 12910962.

HSL color Cylindrical-coordinate representation of color #7201C5: hue angle of 274.59º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7201C5 is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1141197-
CMYK0.420.9900.23
HSL274.59º98.99%38.82%-
HSV(B)274.59º99.49%77.25%-
XYZ17.037.6353.4-
YUV57.13206.94168.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.54%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 197 (77.34% from 255) = 63.14%
R=36.54%
G=0.32%
B=63.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal11411970.420.9900.23274.5998.9938.82
Hex721C52A630171136327
Octal16213055214302742314347
Binary111001011100010110101011000110101111000100111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7201C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7201C5; }

 p { color: rgb(114,1,197); }

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

<style>
 a { background-color: #7201C5; }

 a { background-color: rgb(114,1,197); }

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

<style>
 span { border-color: #7201C5; }

 span { border-color: rgb(114,1,197); }

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