Html Css Color HEX #772398 Vivid Violet

📋 copy color: '#772398'

red 119 ◦ green 35 ◦ blue 152

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

Shades of Vivid Violet #772398

Tints of Vivid Violet #772398

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.44%

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

R = 38.89%
G = 11.44%
B = 49.67%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#772398 (or 0x772398) is known color: Vivid Violet. HEX triplet: 77, 23 and 98. RGB value is (119,35,152). Sum of RGB (Red+Green+Blue) = 119+35+152=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 152 (59.77% from 255 or 49.67% from 306); Max value from RGB is 152 - color contains mainly: blue. Hex color #772398 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772398 is #88DC67. Grayscale: #494949. Windows color (decimal): -8969320 or 9970551. OLE color: 9970551.

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

Color convert

RGB 119 35 152 -
CMYK 0.22 0.77 0 0.40
HSL 283.08º 0.63% 0.37% -
HSV(B) 283.08º 0.77% 0.6% -
XYZ 13.88 7.39 30.4 -
YUV 73.45 172.33 160.49 -
System Red Green Blue C M Y K H S L
Decimal 119 35 152 0.22 0.77 0 0.40 283.08 0.63 0.37
Hex 77 23 98 16 4D 0 28 11B 3F 25
Octal 167 43 230 26 115 0 50 433 77 45
Binary 1110111 100011 10011000 10110 1001101 0 101000 100011011 111111 100101

Color Harmonies of #772398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772398

Black with #772398

Text Example


Text Example

White with #772398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772398; }

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

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

background-color css

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

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

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

border-color css

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

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

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