Html Css Color HEX #77255D Palatinate Purple

📋 copy color: '#77255D'

red 119 ◦ green 37 ◦ blue 93

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

Shades of Palatinate Purple #77255D

Tints of Palatinate Purple #77255D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 37.35%

R = 47.79%
G = 14.86%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#77255D (or 0x77255D) is known color: Palatinate Purple. HEX triplet: 77, 25 and 5D. RGB value is (119,37,93). Sum of RGB (Red+Green+Blue) = 119+37+93=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #77255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77255D is #88DAA2. Grayscale: #434343. Windows color (decimal): -8968867 or 6104439. OLE color: 6104439.

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

Color convert

RGB 119 37 93 -
CMYK 0 0.69 0.22 0.53
HSL 319.02º 0.53% 0.31% -
HSV(B) 319.02º 0.69% 0.47% -
XYZ 10.25 6.04 10.98 -
YUV 67.9 142.17 164.45 -
System Red Green Blue C M Y K H S L
Decimal 119 37 93 0 0.69 0.22 0.53 319.02 0.53 0.31
Hex 77 25 5D 0 45 16 35 13F 35 1F
Octal 167 45 135 0 105 26 65 477 65 37
Binary 1110111 100101 1011101 0 1000101 10110 110101 100111111 110101 11111

Color Harmonies of #77255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77255D

Black with #77255D

Text Example


Text Example

White with #77255D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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