Html Css Color HEX #77256D Palatinate Purple

📋 copy color: '#77256D'

red 119 ◦ green 37 ◦ blue 109

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

Shades of Palatinate Purple #77256D

Tints of Palatinate Purple #77256D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 41.13%

R = 44.91%
G = 13.96%
B = 41.13%

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

#77256D (or 0x77256D) is known color: Palatinate Purple. HEX triplet: 77, 25 and 6D. RGB value is (119,37,109). Sum of RGB (Red+Green+Blue) = 119+37+109=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #77256D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77256D is #88DA92. Grayscale: #454545. Windows color (decimal): -8968851 or 7153015. OLE color: 7153015.

HSL color Cylindrical-coordinate representation of color #77256D: hue angle of 307.32º 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 #77256D is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 37 109 -
CMYK 0 0.69 0.08 0.53
HSL 307.32º 0.53% 0.31% -
HSV(B) 307.32º 0.69% 0.47% -
XYZ 11.03 6.35 15.11 -
YUV 69.73 150.17 163.15 -
System Red Green Blue C M Y K H S L
Decimal 119 37 109 0 0.69 0.08 0.53 307.32 0.53 0.31
Hex 77 25 6D 0 45 8 35 133 35 1F
Octal 167 45 155 0 105 10 65 463 65 37
Binary 1110111 100101 1101101 0 1000101 1000 110101 100110011 110101 11111

Color Harmonies of #77256D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77256D

Black with #77256D

Text Example


Text Example

White with #77256D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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