Html Css Color HEX #77275F Palatinate Purple

📋 copy color: '#77275F'

red 119 ◦ green 39 ◦ blue 95

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

Shades of Palatinate Purple #77275F

Tints of Palatinate Purple #77275F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.42%

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

R = 47.04%
G = 15.42%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#77275F (or 0x77275F) is known color: Palatinate Purple. HEX triplet: 77, 27 and 5F. RGB value is (119,39,95). Sum of RGB (Red+Green+Blue) = 119+39+95=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 95 (37.5% from 255 or 37.55% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #77275F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77275F is #88D8A0. Grayscale: #454545. Windows color (decimal): -8968353 or 6236023. OLE color: 6236023.

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

Color convert

RGB 119 39 95 -
CMYK 0 0.67 0.20 0.53
HSL 318º 0.51% 0.31% -
HSV(B) 318º 0.67% 0.47% -
XYZ 10.4 6.2 11.47 -
YUV 69.3 142.5 163.45 -
System Red Green Blue C M Y K H S L
Decimal 119 39 95 0 0.67 0.20 0.53 318 0.51 0.31
Hex 77 27 5F 0 43 14 35 13E 33 1F
Octal 167 47 137 0 103 24 65 476 63 37
Binary 1110111 100111 1011111 0 1000011 10100 110101 100111110 110011 11111

Color Harmonies of #77275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77275F

Black with #77275F

Text Example


Text Example

White with #77275F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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