Html Css Color HEX #772598 Vivid Violet

📋 copy color: '#772598'

red 119 ◦ green 37 ◦ blue 152

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

Shades of Vivid Violet #772598

Tints of Vivid Violet #772598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 49.35%

R = 38.64%
G = 12.01%
B = 49.35%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#772598 (or 0x772598) is known color: Vivid Violet. HEX triplet: 77, 25 and 98. RGB value is (119,37,152). Sum of RGB (Red+Green+Blue) = 119+37+152=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 152 (59.77% from 255 or 49.35% from 308); Max value from RGB is 152 - color contains mainly: blue. Hex color #772598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772598 is #88DA67. Grayscale: #4A4A4A. Windows color (decimal): -8968808 or 9971063. OLE color: 9971063.

HSL color Cylindrical-coordinate representation of color #772598: hue angle of 282.78º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #772598 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 37 152 -
CMYK 0.22 0.76 0 0.40
HSL 282.78º 0.61% 0.37% -
HSV(B) 282.78º 0.76% 0.6% -
XYZ 13.94 7.51 30.42 -
YUV 74.63 171.67 159.65 -
System Red Green Blue C M Y K H S L
Decimal 119 37 152 0.22 0.76 0 0.40 282.78 0.61 0.37
Hex 77 25 98 16 4C 0 28 11B 3D 25
Octal 167 45 230 26 114 0 50 433 75 45
Binary 1110111 100101 10011000 10110 1001100 0 101000 100011011 111101 100101

Color Harmonies of #772598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772598

Black with #772598

Text Example


Text Example

White with #772598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772598; }

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

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

background-color css

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

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

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

border-color css

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

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

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