#7210A5

Color #7210A5 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #7210A5

Tints of Vivid Violet #7210A5

Color information

#7210A5 (or 0x7210A5) is unknown color: approx Vivid Violet. HEX triplet: 72, 10 and A5. RGB value is (114,16,165). Sum of RGB (Red+Green+Blue) = 114+16+165=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 165 (64.84% from 255 or 55.93% from 295); Max value from RGB is 165 - color contains mainly: blue. Hex color #7210A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7210A5 is #8DEF5A. Grayscale: #3D3D3D. Windows color (decimal): -9301851 or 10817650. OLE color: 10817650.

HSL color Cylindrical-coordinate representation of color #7210A5: hue angle of 279.46º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7210A5 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11416165-
CMYK0.310.9000.35
HSL279.46º82.32%35.49%-
HSV(B)279.46º90.3%64.71%-
XYZ13.926.6636.15-
YUV62.29185.97164.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.64%
GREEN value IS 16 (6.64% from 255) = 5.42%
BLUE value IS 165 (64.84% from 255) = 55.93%
R=38.64%
G=5.42%
B=55.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal114161650.310.9000.35279.4682.3235.49
Hex7210A51F5A0231175223
Octal162202453713204342712243
Binary1110010100001010010111111101101001000111000101111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7210A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7210A5; }

 p { color: rgb(114,16,165); }

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

<style>
 a { background-color: #7210A5; }

 a { background-color: rgb(114,16,165); }

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

<style>
 span { border-color: #7210A5; }

 span { border-color: rgb(114,16,165); }

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