Html Css Color HEX #772287 Vivid Violet

📋 copy color: '#772287'

red 119 ◦ green 34 ◦ blue 135

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

Shades of Vivid Violet #772287

Tints of Vivid Violet #772287

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.81%

 BLUE value IS 135 (53.13% from 255) = 46.88%

R = 41.32%
G = 11.81%
B = 46.88%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#772287 (or 0x772287) is known color: Vivid Violet. HEX triplet: 77, 22 and 87. RGB value is (119,34,135). Sum of RGB (Red+Green+Blue) = 119+34+135=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 135 (53.12% from 255 or 46.88% from 288); Max value from RGB is 135 - color contains mainly: blue. Hex color #772287 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772287 is #88DD78. Grayscale: #464646. Windows color (decimal): -8969593 or 8856183. OLE color: 8856183.

HSL color Cylindrical-coordinate representation of color #772287: hue angle of 290.5º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #772287 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 34 135 -
CMYK 0.12 0.75 0 0.47
HSL 290.5º 0.6% 0.33% -
HSV(B) 290.5º 0.75% 0.53% -
XYZ 12.55 6.82 23.58 -
YUV 70.93 164.16 162.29 -
System Red Green Blue C M Y K H S L
Decimal 119 34 135 0.12 0.75 0 0.47 290.5 0.6 0.33
Hex 77 22 87 C 4B 0 2F 122 3C 21
Octal 167 42 207 14 113 0 57 442 74 41
Binary 1110111 100010 10000111 1100 1001011 0 101111 100100010 111100 100001

Color Harmonies of #772287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772287

Black with #772287

Text Example


Text Example

White with #772287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772287; }

 p { color: rgb(119,34,135); }

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

background-color css

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

 a { background-color: rgb(119,34,135); }

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

border-color css

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

 span { border-color: rgb(119,34,135); }

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