Html Css Color HEX #77255F Palatinate Purple

📋 copy color: '#77255F'

red 119 ◦ green 37 ◦ blue 95

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

Shades of Palatinate Purple #77255F

Tints of Palatinate Purple #77255F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 37.85%

R = 47.41%
G = 14.74%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#77255F (or 0x77255F) is known color: Palatinate Purple. HEX triplet: 77, 25 and 5F. RGB value is (119,37,95). Sum of RGB (Red+Green+Blue) = 119+37+95=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #77255F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77255F is #88DAA0. Grayscale: #434343. Windows color (decimal): -8968865 or 6235511. OLE color: 6235511.

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

Color convert

RGB 119 37 95 -
CMYK 0 0.69 0.20 0.53
HSL 317.56º 0.53% 0.31% -
HSV(B) 317.56º 0.69% 0.47% -
XYZ 10.33 6.07 11.45 -
YUV 68.13 143.17 164.28 -
System Red Green Blue C M Y K H S L
Decimal 119 37 95 0 0.69 0.20 0.53 317.56 0.53 0.31
Hex 77 25 5F 0 45 14 35 13E 35 1F
Octal 167 45 137 0 105 24 65 476 65 37
Binary 1110111 100101 1011111 0 1000101 10100 110101 100111110 110101 11111

Color Harmonies of #77255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77255F

Black with #77255F

Text Example


Text Example

White with #77255F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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