#7F1A98

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

Shades of Vivid Violet #7F1A98

Tints of Vivid Violet #7F1A98

Color information

#7F1A98 (or 0x7F1A98) is unknown color: approx Vivid Violet. HEX triplet: 7F, 1A and 98. RGB value is (127,26,152). Sum of RGB (Red+Green+Blue) = 127+26+152=305 (40% of max value = 765). Red value is 127 (50% from 255 or 41.64% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #7F1A98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F1A98 is #80E567. Grayscale: #464646. Windows color (decimal): -8447336 or 9968255. OLE color: 9968255.

HSL color Cylindrical-coordinate representation of color #7F1A98: hue angle of 288.1º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F1A98 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12726152-
CMYK0.160.8300.40
HSL288.1º70.79%34.9%-
HSV(B)288.1º82.89%59.61%-
XYZ14.797.5230.38-
YUV70.56173.96168.25-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.64%
GREEN value IS 26 (10.55% from 255) = 8.52%
BLUE value IS 152 (59.77% from 255) = 49.84%
R=41.64%
G=8.52%
B=49.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal127261520.160.8300.40288.170.7934.9
Hex7F1A9810530281204723
Octal177322302012305044010743
Binary1111111110101001100010000101001101010001001000001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,26,152); }

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

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

 a { background-color: rgb(127,26,152); }

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

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

 span { border-color: rgb(127,26,152); }

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