#7205B0

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

Shades of Dark Violet #7205B0

Tints of Dark Violet #7205B0

Color information

#7205B0 (or 0x7205B0) is unknown color: approx Dark Violet. HEX triplet: 72, 05 and B0. RGB value is (114,5,176). Sum of RGB (Red+Green+Blue) = 114+5+176=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 176 (69.14% from 255 or 59.66% from 295); Max value from RGB is 176 - color contains mainly: blue. Hex color #7205B0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7205B0 is #8DFA4F. Grayscale: #383838. Windows color (decimal): -9304656 or 11535730. OLE color: 11535730.

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

Color convert

RGB1145176-
CMYK0.350.9700.31
HSL278.25º94.48%35.49%-
HSV(B)278.25º97.16%69.02%-
XYZ14.836.8241.61-
YUV57.08195.11168.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.64%
GREEN value IS 5 (2.34% from 255) = 1.69%
BLUE value IS 176 (69.14% from 255) = 59.66%
R=38.64%
G=1.69%
B=59.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal11451760.350.9700.31278.2594.4835.49
Hex725B0236101F1165e23
Octal16252604314103742613643
Binary11100101011011000010001111000010111111000101101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7205B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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