Html Css Color HEX #77255B Palatinate Purple

📋 copy color: '#77255B'

red 119 ◦ green 37 ◦ blue 91

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

Shades of Palatinate Purple #77255B

Tints of Palatinate Purple #77255B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 36.84%

R = 48.18%
G = 14.98%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#77255B (or 0x77255B) is known color: Palatinate Purple. HEX triplet: 77, 25 and 5B. RGB value is (119,37,91). Sum of RGB (Red+Green+Blue) = 119+37+91=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #77255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77255B is #88DAA4. Grayscale: #434343. Windows color (decimal): -8968869 or 5973367. OLE color: 5973367.

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

Color convert

RGB 119 37 91 -
CMYK 0 0.69 0.24 0.53
HSL 320.49º 0.53% 0.31% -
HSV(B) 320.49º 0.69% 0.47% -
XYZ 10.16 6 10.52 -
YUV 67.67 141.17 164.61 -
System Red Green Blue C M Y K H S L
Decimal 119 37 91 0 0.69 0.24 0.53 320.49 0.53 0.31
Hex 77 25 5B 0 45 18 35 140 35 1F
Octal 167 45 133 0 105 30 65 500 65 37
Binary 1110111 100101 1011011 0 1000101 11000 110101 101000000 110101 11111

Color Harmonies of #77255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77255B

Black with #77255B

Text Example


Text Example

White with #77255B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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