Html Css Color HEX #77265F Palatinate Purple

📋 copy color: '#77265F'

red 119 ◦ green 38 ◦ blue 95

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

Shades of Palatinate Purple #77265F

Tints of Palatinate Purple #77265F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.08%

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

R = 47.22%
G = 15.08%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#77265F (or 0x77265F) is known color: Palatinate Purple. HEX triplet: 77, 26 and 5F. RGB value is (119,38,95). Sum of RGB (Red+Green+Blue) = 119+38+95=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #77265F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77265F is #88D9A0. Grayscale: #444444. Windows color (decimal): -8968609 or 6235767. OLE color: 6235767.

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

Color convert

RGB 119 38 95 -
CMYK 0 0.68 0.20 0.53
HSL 317.78º 0.52% 0.31% -
HSV(B) 317.78º 0.68% 0.47% -
XYZ 10.37 6.13 11.46 -
YUV 68.72 142.84 163.87 -
System Red Green Blue C M Y K H S L
Decimal 119 38 95 0 0.68 0.20 0.53 317.78 0.52 0.31
Hex 77 26 5F 0 44 14 35 13E 34 1F
Octal 167 46 137 0 104 24 65 476 64 37
Binary 1110111 100110 1011111 0 1000100 10100 110101 100111110 110100 11111

Color Harmonies of #77265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77265F

Black with #77265F

Text Example


Text Example

White with #77265F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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