#7208d8

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

Shades of Dark Violet #7208D8

Tints of Dark Violet #7208D8

Color information

#7208D8 (or 0x7208D8) is unknown color: approx Dark Violet. HEX triplet: 72, 08 and D8. RGB value is (114,8,216). Sum of RGB (Red+Green+Blue) = 114+8+216=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 216 (84.77% from 255 or 63.91% from 338); Max value from RGB is 216 - color contains mainly: blue. Hex color #7208D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7208D8 is #8DF727. Grayscale: #3E3E3E. Windows color (decimal): -9303848 or 14157938. OLE color: 14157938.

HSL color Cylindrical-coordinate representation of color #7208D8: hue angle of 270.58º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7208D8 is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1148216-
CMYK0.470.9600.15
HSL270.58º92.86%43.92%-
HSV(B)270.58º96.3%84.71%-
XYZ19.428.7165.62-
YUV63.41214.12164.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.73%
GREEN value IS 8 (3.52% from 255) = 2.37%
BLUE value IS 216 (84.77% from 255) = 63.91%
R=33.73%
G=2.37%
B=63.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal11482160.470.9600.15270.5892.8643.92
Hex728D82F600F10f5d2c
Octal162103305714001741713554
Binary11100101000110110001011111100000011111000011111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7208d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7208d8; }

 p { color: rgb(114,8,216); }

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

<style>
 a { background-color: #7208d8; }

 a { background-color: rgb(114,8,216); }

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

<style>
 span { border-color: #7208d8; }

 span { border-color: rgb(114,8,216); }

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