Html Css Color HEX #77235C Palatinate Purple

📋 copy color: '#77235C'

red 119 ◦ green 35 ◦ blue 92

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

Shades of Palatinate Purple #77235C

Tints of Palatinate Purple #77235C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.23%

 BLUE value IS 92 (36.33% from 255) = 37.4%

R = 48.37%
G = 14.23%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#77235C (or 0x77235C) is known color: Palatinate Purple. HEX triplet: 77, 23 and 5C. RGB value is (119,35,92). Sum of RGB (Red+Green+Blue) = 119+35+92=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #77235C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77235C is #88DCA3. Grayscale: #424242. Windows color (decimal): -8969380 or 6038391. OLE color: 6038391.

HSL color Cylindrical-coordinate representation of color #77235C: hue angle of 319.29º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #77235C is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 35 92 -
CMYK 0 0.71 0.23 0.53
HSL 319.29º 0.55% 0.3% -
HSV(B) 319.29º 0.71% 0.47% -
XYZ 10.14 5.9 10.73 -
YUV 66.61 142.33 165.37 -
System Red Green Blue C M Y K H S L
Decimal 119 35 92 0 0.71 0.23 0.53 319.29 0.55 0.3
Hex 77 23 5C 0 47 17 35 13F 37 1E
Octal 167 43 134 0 107 27 65 477 67 36
Binary 1110111 100011 1011100 0 1000111 10111 110101 100111111 110111 11110

Color Harmonies of #77235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77235C

Black with #77235C

Text Example


Text Example

White with #77235C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,35,92); }

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

background-color css

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

 a { background-color: rgb(119,35,92); }

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

border-color css

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

 span { border-color: rgb(119,35,92); }

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