Html Css Color HEX #77256C Palatinate Purple

📋 copy color: '#77256C'

red 119 ◦ green 37 ◦ blue 108

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

Shades of Palatinate Purple #77256C

Tints of Palatinate Purple #77256C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 40.91%

R = 45.08%
G = 14.02%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#77256C (or 0x77256C) is known color: Palatinate Purple. HEX triplet: 77, 25 and 6C. RGB value is (119,37,108). Sum of RGB (Red+Green+Blue) = 119+37+108=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #77256C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77256C is #88DA93. Grayscale: #454545. Windows color (decimal): -8968852 or 7087479. OLE color: 7087479.

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

Color convert

RGB 119 37 108 -
CMYK 0 0.69 0.09 0.53
HSL 308.05º 0.53% 0.31% -
HSV(B) 308.05º 0.69% 0.47% -
XYZ 10.98 6.33 14.83 -
YUV 69.61 149.67 163.23 -
System Red Green Blue C M Y K H S L
Decimal 119 37 108 0 0.69 0.09 0.53 308.05 0.53 0.31
Hex 77 25 6C 0 45 9 35 134 35 1F
Octal 167 45 154 0 105 11 65 464 65 37
Binary 1110111 100101 1101100 0 1000101 1001 110101 100110100 110101 11111

Color Harmonies of #77256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77256C

Black with #77256C

Text Example


Text Example

White with #77256C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77256C; }

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

 H1.HeaderClassName
 {
   color: #77256C;
 }
 .AnyTagClassName
 {
   color: #77256C;
 }
</style>

background-color css

<style>
 a { background-color: #77256C; }

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

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

border-color css

<style>
 span { border-color: #77256C; }

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

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