#7F2CA8

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

Shades of Vivid Violet #7F2CA8

Tints of Vivid Violet #7F2CA8

Color information

#7F2CA8 (or 0x7F2CA8) is unknown color: approx Vivid Violet. HEX triplet: 7F, 2C and A8. RGB value is (127,44,168). Sum of RGB (Red+Green+Blue) = 127+44+168=339 (44% of max value = 765). Red value is 127 (50% from 255 or 37.46% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 168 (66.02% from 255 or 49.56% from 339); Max value from RGB is 168 - color contains mainly: blue. Hex color #7F2CA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2CA8 is #80D357. Grayscale: #525252. Windows color (decimal): -8442712 or 11021439. OLE color: 11021439.

HSL color Cylindrical-coordinate representation of color #7F2CA8: hue angle of 280.16º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7F2CA8 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12744168-
CMYK0.240.7400.34
HSL280.16º58.49%41.57%-
HSV(B)280.16º73.81%65.88%-
XYZ16.729.1437.93-
YUV82.95176159.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.46%
GREEN value IS 44 (17.58% from 255) = 12.98%
BLUE value IS 168 (66.02% from 255) = 49.56%
R=37.46%
G=12.98%
B=49.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal127441680.240.7400.34280.1658.4941.57
Hex7F2CA8184A0221183a2a
Octal17754250301120424307252
Binary1111111101100101010001100010010100100010100011000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,44,168); }

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

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

 a { background-color: rgb(127,44,168); }

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

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

 span { border-color: rgb(127,44,168); }

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