Html Css Color HEX #772485 Vivid Violet

📋 copy color: '#772485'

red 119 ◦ green 36 ◦ blue 133

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

Shades of Vivid Violet #772485

Tints of Vivid Violet #772485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.5%

 BLUE value IS 133 (52.34% from 255) = 46.18%

R = 41.32%
G = 12.5%
B = 46.18%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#772485 (or 0x772485) is known color: Vivid Violet. HEX triplet: 77, 24 and 85. RGB value is (119,36,133). Sum of RGB (Red+Green+Blue) = 119+36+133=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #772485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772485 is #88DB7A. Grayscale: #474747. Windows color (decimal): -8969083 or 8725623. OLE color: 8725623.

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

Color convert

RGB 119 36 133 -
CMYK 0.11 0.73 0 0.48
HSL 291.34º 0.57% 0.33% -
HSV(B) 291.34º 0.73% 0.52% -
XYZ 12.47 6.88 22.86 -
YUV 71.88 162.5 161.61 -
System Red Green Blue C M Y K H S L
Decimal 119 36 133 0.11 0.73 0 0.48 291.34 0.57 0.33
Hex 77 24 85 B 49 0 30 123 39 21
Octal 167 44 205 13 111 0 60 443 71 41
Binary 1110111 100100 10000101 1011 1001001 0 110000 100100011 111001 100001

Color Harmonies of #772485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772485

Black with #772485

Text Example


Text Example

White with #772485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772485; }

 p { color: rgb(119,36,133); }

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

background-color css

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

 a { background-color: rgb(119,36,133); }

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

border-color css

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

 span { border-color: rgb(119,36,133); }

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