Html Css Color HEX #77285F Palatinate Purple

📋 copy color: '#77285F'

red 119 ◦ green 40 ◦ blue 95

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

Shades of Palatinate Purple #77285F

Tints of Palatinate Purple #77285F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.75%

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

R = 46.85%
G = 15.75%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#77285F (or 0x77285F) is known color: Palatinate Purple. HEX triplet: 77, 28 and 5F. RGB value is (119,40,95). Sum of RGB (Red+Green+Blue) = 119+40+95=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 95 (37.5% from 255 or 37.40% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #77285F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77285F is #88D7A0. Grayscale: #454545. Windows color (decimal): -8968097 or 6236279. OLE color: 6236279.

HSL color Cylindrical-coordinate representation of color #77285F: hue angle of 318.23º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77285F is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 40 95 -
CMYK 0 0.66 0.20 0.53
HSL 318.23º 0.5% 0.31% -
HSV(B) 318.23º 0.66% 0.47% -
XYZ 10.43 6.27 11.49 -
YUV 69.89 142.17 163.03 -
System Red Green Blue C M Y K H S L
Decimal 119 40 95 0 0.66 0.20 0.53 318.23 0.5 0.31
Hex 77 28 5F 0 42 14 35 13E 32 1F
Octal 167 50 137 0 102 24 65 476 62 37
Binary 1110111 101000 1011111 0 1000010 10100 110101 100111110 110010 11111

Color Harmonies of #77285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77285F

Black with #77285F

Text Example


Text Example

White with #77285F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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