#7f1caa

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

Shades of Vivid Violet #7F1CAA

Tints of Vivid Violet #7F1CAA

Color information

#7F1CAA (or 0x7F1CAA) is unknown color: approx Vivid Violet. HEX triplet: 7F, 1C and AA. RGB value is (127,28,170). Sum of RGB (Red+Green+Blue) = 127+28+170=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F1CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F1CAA is #80E355. Grayscale: #494949. Windows color (decimal): -8446806 or 11148415. OLE color: 11148415.

HSL color Cylindrical-coordinate representation of color #7F1CAA: hue angle of 281.83º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F1CAA is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12728170-
CMYK0.250.8400.33
HSL281.83º71.72%38.82%-
HSV(B)281.83º83.53%66.67%-
XYZ16.428.2438.76-
YUV73.79182.3165.95-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.08%
GREEN value IS 28 (11.33% from 255) = 8.62%
BLUE value IS 170 (66.80% from 255) = 52.31%
R=39.08%
G=8.62%
B=52.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal127281700.250.8400.33281.8371.7238.82
Hex7F1CAA195402111a4827
Octal177342523112404143211047
Binary1111111111001010101011001101010001000011000110101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f1caa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7f1caa; }

 p { color: rgb(127,28,170); }

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

<style>
 a { background-color: #7f1caa; }

 a { background-color: rgb(127,28,170); }

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

<style>
 span { border-color: #7f1caa; }

 span { border-color: rgb(127,28,170); }

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