Html Css Color HEX #77238C Vivid Violet

📋 copy color: '#77238C'

red 119 ◦ green 35 ◦ blue 140

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

Shades of Vivid Violet #77238C

Tints of Vivid Violet #77238C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.62%

R = 40.48%
G = 11.9%
B = 47.62%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77238C (or 0x77238C) is known color: Vivid Violet. HEX triplet: 77, 23 and 8C. RGB value is (119,35,140). Sum of RGB (Red+Green+Blue) = 119+35+140=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 140 - color contains mainly: blue. Hex color #77238C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77238C is #88DC73. Grayscale: #474747. Windows color (decimal): -8969332 or 9184119. OLE color: 9184119.

HSL color Cylindrical-coordinate representation of color #77238C: hue angle of 288º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77238C is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 35 140 -
CMYK 0.15 0.75 0 0.45
HSL 288º 0.6% 0.34% -
HSV(B) 288º 0.75% 0.55% -
XYZ 12.94 7.02 25.48 -
YUV 72.09 166.33 161.46 -
System Red Green Blue C M Y K H S L
Decimal 119 35 140 0.15 0.75 0 0.45 288 0.6 0.34
Hex 77 23 8C F 4B 0 2D 120 3C 22
Octal 167 43 214 17 113 0 55 440 74 42
Binary 1110111 100011 10001100 1111 1001011 0 101101 100100000 111100 100010

Color Harmonies of #77238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77238C

Black with #77238C

Text Example


Text Example

White with #77238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77238C; }

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

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

background-color css

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

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

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

border-color css

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

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

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