#772584

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

Shades of Vivid Violet #772584

Tints of Vivid Violet #772584

Color information

#772584 (or 0x772584) is unknown color: approx Vivid Violet. HEX triplet: 77, 25 and 84. RGB value is (119,37,132). Sum of RGB (Red+Green+Blue) = 119+37+132=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 132 - color contains mainly: blue. Hex color #772584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772584 is #88DA7B. Grayscale: #484848. Windows color (decimal): -8968828 or 8660343. OLE color: 8660343.

HSL color Cylindrical-coordinate representation of color #772584: hue angle of 291.79º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #772584 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11937132-
CMYK0.100.7200.48
HSL291.79º56.21%33.14%-
HSV(B)291.79º71.97%51.76%-
XYZ12.436.9122.51-
YUV72.35161.67161.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.32%
GREEN value IS 37 (14.84% from 255) = 12.85%
BLUE value IS 132 (51.95% from 255) = 45.83%
R=41.32%
G=12.85%
B=45.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal119371320.100.7200.48291.7956.2133.14
Hex772584A480301243821
Octal16745204121100604447041
Binary111011110010110000100101010010000110000100100100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772584; }

 p { color: rgb(119,37,132); }

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

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

 a { background-color: rgb(119,37,132); }

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

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

 span { border-color: rgb(119,37,132); }

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