Html Css Color HEX #77256E Dark Purple

📋 copy color: '#77256E'

red 119 ◦ green 37 ◦ blue 110

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

Shades of Dark Purple #77256E

Tints of Dark Purple #77256E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.91%

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

R = 44.74%
G = 13.91%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77256E (or 0x77256E) is known color: Dark Purple. HEX triplet: 77, 25 and 6E. RGB value is (119,37,110). Sum of RGB (Red+Green+Blue) = 119+37+110=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #77256E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77256E is #88DA91. Grayscale: #454545. Windows color (decimal): -8968850 or 7218551. OLE color: 7218551.

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

Color convert

RGB 119 37 110 -
CMYK 0 0.69 0.08 0.53
HSL 306.59º 0.53% 0.31% -
HSV(B) 306.59º 0.69% 0.47% -
XYZ 11.08 6.37 15.4 -
YUV 69.84 150.67 163.06 -
System Red Green Blue C M Y K H S L
Decimal 119 37 110 0 0.69 0.08 0.53 306.59 0.53 0.31
Hex 77 25 6E 0 45 8 35 133 35 1F
Octal 167 45 156 0 105 10 65 463 65 37
Binary 1110111 100101 1101110 0 1000101 1000 110101 100110011 110101 11111

Color Harmonies of #77256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77256E

Black with #77256E

Text Example


Text Example

White with #77256E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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