Html Css Color HEX #772582 Vivid Violet

📋 copy color: '#772582'

red 119 ◦ green 37 ◦ blue 130

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

Shades of Vivid Violet #772582

Tints of Vivid Violet #772582

RGB

 RED value IS 119 (46.88% from 255) = 41.61%

 GREEN value IS 37 (14.84% from 255) = 12.94%

 BLUE value IS 130 (51.17% from 255) = 45.45%

R = 41.61%
G = 12.94%
B = 45.45%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#772582 (or 0x772582) is known color: Vivid Violet. HEX triplet: 77, 25 and 82. RGB value is (119,37,130). Sum of RGB (Red+Green+Blue) = 119+37+130=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 130 - color contains mainly: blue. Hex color #772582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772582 is #88DA7D. Grayscale: #474747. Windows color (decimal): -8968830 or 8529271. OLE color: 8529271.

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

Color convert

RGB 119 37 130 -
CMYK 0.08 0.72 0 0.49
HSL 292.9º 0.56% 0.33% -
HSV(B) 292.9º 0.72% 0.51% -
XYZ 12.3 6.86 21.79 -
YUV 72.12 160.67 161.44 -
System Red Green Blue C M Y K H S L
Decimal 119 37 130 0.08 0.72 0 0.49 292.9 0.56 0.33
Hex 77 25 82 8 48 0 31 125 38 21
Octal 167 45 202 10 110 0 61 445 70 41
Binary 1110111 100101 10000010 1000 1001000 0 110001 100100101 111000 100001

Color Harmonies of #772582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772582

Black with #772582

Text Example


Text Example

White with #772582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772582; }

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

 H1.HeaderClassName
 {
   color: #772582;
 }
 .AnyTagClassName
 {
   color: #772582;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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