Html Css Color HEX #772185 Vivid Violet

📋 copy color: '#772185'

red 119 ◦ green 33 ◦ blue 133

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

Shades of Vivid Violet #772185

Tints of Vivid Violet #772185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.58%

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

R = 41.75%
G = 11.58%
B = 46.67%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#772185 (or 0x772185) is known color: Vivid Violet. HEX triplet: 77, 21 and 85. RGB value is (119,33,133). Sum of RGB (Red+Green+Blue) = 119+33+133=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #772185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772185 is #88DE7A. Grayscale: #454545. Windows color (decimal): -8969851 or 8724855. OLE color: 8724855.

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

Color convert

RGB 119 33 133 -
CMYK 0.11 0.75 0 0.48
HSL 291.6º 0.6% 0.33% -
HSV(B) 291.6º 0.75% 0.52% -
XYZ 12.39 6.7 22.83 -
YUV 70.11 163.49 162.87 -
System Red Green Blue C M Y K H S L
Decimal 119 33 133 0.11 0.75 0 0.48 291.6 0.6 0.33
Hex 77 21 85 B 4B 0 30 124 3C 21
Octal 167 41 205 13 113 0 60 444 74 41
Binary 1110111 100001 10000101 1011 1001011 0 110000 100100100 111100 100001

Color Harmonies of #772185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772185

Black with #772185

Text Example


Text Example

White with #772185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772185; }

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

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

background-color css

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

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

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

border-color css

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

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

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