Html Css Color HEX #77237E Dark Purple

📋 copy color: '#77237E'

red 119 ◦ green 35 ◦ blue 126

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

Shades of Dark Purple #77237E

Tints of Dark Purple #77237E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 45%

R = 42.5%
G = 12.5%
B = 45%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77237E (or 0x77237E) is known color: Dark Purple. HEX triplet: 77, 23 and 7E. RGB value is (119,35,126). Sum of RGB (Red+Green+Blue) = 119+35+126=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 126 - color contains mainly: blue. Hex color #77237E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77237E is #88DC81. Grayscale: #464646. Windows color (decimal): -8969346 or 8266615. OLE color: 8266615.

HSL color Cylindrical-coordinate representation of color #77237E: hue angle of 295.38º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #77237E is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 35 126 -
CMYK 0.06 0.72 0 0.51
HSL 295.38º 0.57% 0.32% -
HSV(B) 295.38º 0.72% 0.49% -
XYZ 11.97 6.63 20.39 -
YUV 70.49 159.33 162.6 -
System Red Green Blue C M Y K H S L
Decimal 119 35 126 0.06 0.72 0 0.51 295.38 0.57 0.32
Hex 77 23 7E 6 48 0 33 127 39 20
Octal 167 43 176 6 110 0 63 447 71 40
Binary 1110111 100011 1111110 110 1001000 0 110011 100100111 111001 100000

Color Harmonies of #77237E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77237E

Black with #77237E

Text Example


Text Example

White with #77237E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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