#7201D0

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

Shades of Dark Violet #7201D0

Tints of Dark Violet #7201D0

Color information

#7201D0 (or 0x7201D0) is unknown color: approx Dark Violet. HEX triplet: 72, 01 and D0. RGB value is (114,1,208). Sum of RGB (Red+Green+Blue) = 114+1+208=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 208 (81.64% from 255 or 64.40% from 323); Max value from RGB is 208 - color contains mainly: blue. Hex color #7201D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7201D0 is #8DFE2F. Grayscale: #393939. Windows color (decimal): -9305648 or 13631858. OLE color: 13631858.

HSL color Cylindrical-coordinate representation of color #7201D0: hue angle of 272.75º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7201D0 is Cyan = 0.45, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1141208-
CMYK0.451.0000.18
HSL272.75º99.04%40.98%-
HSV(B)272.75º99.52%81.57%-
XYZ18.348.1560.28-
YUV58.39212.44167.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.29%
GREEN value IS 1 (0.78% from 255) = 0.31%
BLUE value IS 208 (81.64% from 255) = 64.40%
R=35.29%
G=0.31%
B=64.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal11412080.451.0000.18272.7599.0440.98
Hex721D02D640121116329
Octal16213205514402242114351
Binary111001011101000010110111001000100101000100011100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7201D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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