Html Css Color HEX #772584 Vivid Violet

📋 copy color: '#772584'

red 119 ◦ green 37 ◦ blue 132

#772584
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #772584

Tints of Vivid Violet #772584

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 value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#772584 (or 0x772584) is known color: 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

RGB 119 37 132 -
CMYK 0.10 0.72 0 0.48
HSL 291.79º 0.56% 0.33% -
HSV(B) 291.79º 0.72% 0.52% -
XYZ 12.43 6.91 22.51 -
YUV 72.35 161.67 161.28 -
System Red Green Blue C M Y K H S L
Decimal 119 37 132 0.10 0.72 0 0.48 291.79 0.56 0.33
Hex 77 25 84 A 48 0 30 124 38 21
Octal 167 45 204 12 110 0 60 444 70 41
Binary 1110111 100101 10000100 1010 1001000 0 110000 100100100 111000 100001

Color Harmonies of #772584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772584

Black with #772584

Text Example


Text Example

White with #772584

Text Example


Text Example

HTML Codes & Css Web 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>