#7F249B

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

Shades of Vivid Violet #7F249B

Tints of Vivid Violet #7F249B

Color information

#7F249B (or 0x7F249B) is unknown color: approx Vivid Violet. HEX triplet: 7F, 24 and 9B. RGB value is (127,36,155). Sum of RGB (Red+Green+Blue) = 127+36+155=318 (42% of max value = 765). Red value is 127 (50% from 255 or 39.94% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F249B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F249B is #80DB64. Grayscale: #4C4C4C. Windows color (decimal): -8444773 or 10167423. OLE color: 10167423.

HSL color Cylindrical-coordinate representation of color #7F249B: hue angle of 285.88º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7F249B is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12736155-
CMYK0.180.7700.39
HSL285.88º62.3%37.45%-
HSV(B)285.88º76.77%60.78%-
XYZ15.38.1431.78-
YUV76.78172.15163.82-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.94%
GREEN value IS 36 (14.45% from 255) = 11.32%
BLUE value IS 155 (60.94% from 255) = 48.74%
R=39.94%
G=11.32%
B=48.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal127361550.180.7700.39285.8862.337.45
Hex7F249B124D02711e3e25
Octal17744233221150474367645
Binary1111111100100100110111001010011010100111100011110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F249B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,36,155); }

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

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

 a { background-color: rgb(127,36,155); }

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

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

 span { border-color: rgb(127,36,155); }

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