Html Css Color HEX #77246E Dark Purple

📋 copy color: '#77246E'

red 119 ◦ green 36 ◦ blue 110

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

Shades of Dark Purple #77246E

Tints of Dark Purple #77246E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 41.51%

R = 44.91%
G = 13.58%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77246E (or 0x77246E) is known color: Dark Purple. HEX triplet: 77, 24 and 6E. RGB value is (119,36,110). Sum of RGB (Red+Green+Blue) = 119+36+110=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #77246E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77246E is #88DB91. Grayscale: #454545. Windows color (decimal): -8969106 or 7218295. OLE color: 7218295.

HSL color Cylindrical-coordinate representation of color #77246E: hue angle of 306.51º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #77246E is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 36 110 -
CMYK 0 0.70 0.08 0.53
HSL 306.51º 0.54% 0.3% -
HSV(B) 306.51º 0.7% 0.47% -
XYZ 11.05 6.31 15.39 -
YUV 69.25 151 163.48 -
System Red Green Blue C M Y K H S L
Decimal 119 36 110 0 0.70 0.08 0.53 306.51 0.54 0.3
Hex 77 24 6E 0 46 8 35 133 36 1E
Octal 167 44 156 0 106 10 65 463 66 36
Binary 1110111 100100 1101110 0 1000110 1000 110101 100110011 110110 11110

Color Harmonies of #77246E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77246E

Black with #77246E

Text Example


Text Example

White with #77246E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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