Html Css Color HEX #77248E Vivid Violet

📋 copy color: '#77248E'

red 119 ◦ green 36 ◦ blue 142

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

Shades of Vivid Violet #77248E

Tints of Vivid Violet #77248E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 47.81%

R = 40.07%
G = 12.12%
B = 47.81%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#77248E (or 0x77248E) is known color: Vivid Violet. HEX triplet: 77, 24 and 8E. RGB value is (119,36,142). Sum of RGB (Red+Green+Blue) = 119+36+142=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 142 - color contains mainly: blue. Hex color #77248E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77248E is #88DB71. Grayscale: #484848. Windows color (decimal): -8969074 or 9315447. OLE color: 9315447.

HSL color Cylindrical-coordinate representation of color #77248E: hue angle of 286.98º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77248E is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 36 142 -
CMYK 0.16 0.75 0 0.44
HSL 286.98º 0.6% 0.35% -
HSV(B) 286.98º 0.75% 0.56% -
XYZ 13.12 7.14 26.28 -
YUV 72.9 167 160.88 -
System Red Green Blue C M Y K H S L
Decimal 119 36 142 0.16 0.75 0 0.44 286.98 0.6 0.35
Hex 77 24 8E 10 4B 0 2C 11F 3C 23
Octal 167 44 216 20 113 0 54 437 74 43
Binary 1110111 100100 10001110 10000 1001011 0 101100 100011111 111100 100011

Color Harmonies of #77248E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77248E

Black with #77248E

Text Example


Text Example

White with #77248E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77248E; }

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

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

background-color css

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

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

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

border-color css

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

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

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