#7215A4

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

Shades of Vivid Violet #7215A4

Tints of Vivid Violet #7215A4

Color information

#7215A4 (or 0x7215A4) is unknown color: approx Vivid Violet. HEX triplet: 72, 15 and A4. RGB value is (114,21,164). Sum of RGB (Red+Green+Blue) = 114+21+164=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 164 (64.45% from 255 or 54.85% from 299); Max value from RGB is 164 - color contains mainly: blue. Hex color #7215A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7215A4 is #8DEA5B. Grayscale: #404040. Windows color (decimal): -9300572 or 10753394. OLE color: 10753394.

HSL color Cylindrical-coordinate representation of color #7215A4: hue angle of 279.02º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7215A4 is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11421164-
CMYK0.300.8700.36
HSL279.02º77.3%36.27%-
HSV(B)279.02º87.2%64.31%-
XYZ13.916.7935.7-
YUV65.11183.81162.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.13%
GREEN value IS 21 (8.59% from 255) = 7.02%
BLUE value IS 164 (64.45% from 255) = 54.85%
R=38.13%
G=7.02%
B=54.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal114211640.300.8700.36279.0277.336.27
Hex7215A41E570241174d24
Octal162252443612704442711544
Binary1110010101011010010011110101011101001001000101111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7215A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7215A4; }

 p { color: rgb(114,21,164); }

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

<style>
 a { background-color: #7215A4; }

 a { background-color: rgb(114,21,164); }

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

<style>
 span { border-color: #7215A4; }

 span { border-color: rgb(114,21,164); }

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