#7F308A

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

Shades of Vivid Violet #7F308A

Tints of Vivid Violet #7F308A

Color information

#7F308A (or 0x7F308A) is unknown color: approx Vivid Violet. HEX triplet: 7F, 30 and 8A. RGB value is (127,48,138). Sum of RGB (Red+Green+Blue) = 127+48+138=313 (41% of max value = 765). Red value is 127 (50% from 255 or 40.58% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 138 - color contains mainly: blue. Hex color #7F308A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F308A is #80CF75. Grayscale: #515151. Windows color (decimal): -8441718 or 9056383. OLE color: 9056383.

HSL color Cylindrical-coordinate representation of color #7F308A: hue angle of 292.67º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F308A is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12748138-
CMYK0.080.6500.46
HSL292.67º48.39%36.47%-
HSV(B)292.67º65.22%54.12%-
XYZ14.48.4624.92-
YUV81.88159.67160.18-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.58%
GREEN value IS 48 (19.14% from 255) = 15.34%
BLUE value IS 138 (54.30% from 255) = 44.09%
R=40.58%
G=15.34%
B=44.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal127481380.080.6500.46292.6748.3936.47
Hex7F308A84102E1253024
Octal17760212101010564456044
Binary111111111000010001010100010000010101110100100101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F308A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,48,138); }

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

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

 a { background-color: rgb(127,48,138); }

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

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

 span { border-color: rgb(127,48,138); }

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