#7205B1

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

Shades of Dark Violet #7205B1

Tints of Dark Violet #7205B1

Color information

#7205B1 (or 0x7205B1) is unknown color: approx Dark Violet. HEX triplet: 72, 05 and B1. RGB value is (114,5,177). Sum of RGB (Red+Green+Blue) = 114+5+177=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 177 (69.53% from 255 or 59.80% from 296); Max value from RGB is 177 - color contains mainly: blue. Hex color #7205B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7205B1 is #8DFA4E. Grayscale: #383838. Windows color (decimal): -9304655 or 11601266. OLE color: 11601266.

HSL color Cylindrical-coordinate representation of color #7205B1: hue angle of 278.02º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7205B1 is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1145177-
CMYK0.360.9700.31
HSL278.02º94.51%35.69%-
HSV(B)278.02º97.18%69.41%-
XYZ14.936.8642.13-
YUV57.2195.61168.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.51%
GREEN value IS 5 (2.34% from 255) = 1.69%
BLUE value IS 177 (69.53% from 255) = 59.80%
R=38.51%
G=1.69%
B=59.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal11451770.360.9700.31278.0294.5135.69
Hex725B1246101F1165f24
Octal16252614414103742613744
Binary11100101011011000110010011000010111111000101101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7205B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7205B1; }

 p { color: rgb(114,5,177); }

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

<style>
 a { background-color: #7205B1; }

 a { background-color: rgb(114,5,177); }

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

<style>
 span { border-color: #7205B1; }

 span { border-color: rgb(114,5,177); }

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