#7002D7

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

Shades of Dark Violet #7002D7

Tints of Dark Violet #7002D7

Color information

#7002D7 (or 0x7002D7) is unknown color: approx Dark Violet. HEX triplet: 70, 02 and D7. RGB value is (112,2,215). Sum of RGB (Red+Green+Blue) = 112+2+215=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 215 (84.38% from 255 or 65.35% from 329); Max value from RGB is 215 - color contains mainly: blue. Hex color #7002D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7002D7 is #8FFD28. Grayscale: #3A3A3A. Windows color (decimal): -9436457 or 14090864. OLE color: 14090864.

HSL color Cylindrical-coordinate representation of color #7002D7: hue angle of 270.99º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7002D7 is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1122215-
CMYK0.480.9900.16
HSL270.99º98.16%42.55%-
HSV(B)270.99º99.07%84.31%-
XYZ18.978.3964.91-
YUV59.17215.94165.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.04%
GREEN value IS 2 (1.17% from 255) = 0.61%
BLUE value IS 215 (84.38% from 255) = 65.35%
R=34.04%
G=0.61%
B=65.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal11222150.480.9900.16270.9998.1642.55
Hex702D7306301010f622b
Octal16023276014302041714253
Binary1110000101101011111000011000110100001000011111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7002D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7002D7; }

 p { color: rgb(112,2,215); }

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

<style>
 a { background-color: #7002D7; }

 a { background-color: rgb(112,2,215); }

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

<style>
 span { border-color: #7002D7; }

 span { border-color: rgb(112,2,215); }

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