Html Css Color HEX #77236B Palatinate Purple

📋 copy color: '#77236B'

red 119 ◦ green 35 ◦ blue 107

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

Shades of Palatinate Purple #77236B

Tints of Palatinate Purple #77236B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41%

R = 45.59%
G = 13.41%
B = 41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#77236B (or 0x77236B) is known color: Palatinate Purple. HEX triplet: 77, 23 and 6B. RGB value is (119,35,107). Sum of RGB (Red+Green+Blue) = 119+35+107=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #77236B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77236B is #88DC94. Grayscale: #444444. Windows color (decimal): -8969365 or 7021431. OLE color: 7021431.

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

Color convert

RGB 119 35 107 -
CMYK 0 0.71 0.10 0.53
HSL 308.57º 0.55% 0.3% -
HSV(B) 308.57º 0.71% 0.47% -
XYZ 10.86 6.19 14.53 -
YUV 68.32 149.83 164.15 -
System Red Green Blue C M Y K H S L
Decimal 119 35 107 0 0.71 0.10 0.53 308.57 0.55 0.3
Hex 77 23 6B 0 47 A 35 135 37 1E
Octal 167 43 153 0 107 12 65 465 67 36
Binary 1110111 100011 1101011 0 1000111 1010 110101 100110101 110111 11110

Color Harmonies of #77236B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77236B

Black with #77236B

Text Example


Text Example

White with #77236B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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