Html Css Color HEX #77275D Palatinate Purple

📋 copy color: '#77275D'

red 119 ◦ green 39 ◦ blue 93

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

Shades of Palatinate Purple #77275D

Tints of Palatinate Purple #77275D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.54%

 BLUE value IS 93 (36.72% from 255) = 37.05%

R = 47.41%
G = 15.54%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#77275D (or 0x77275D) is known color: Palatinate Purple. HEX triplet: 77, 27 and 5D. RGB value is (119,39,93). Sum of RGB (Red+Green+Blue) = 119+39+93=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #77275D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77275D is #88D8A2. Grayscale: #444444. Windows color (decimal): -8968355 or 6104951. OLE color: 6104951.

HSL color Cylindrical-coordinate representation of color #77275D: hue angle of 319.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #77275D is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 39 93 -
CMYK 0 0.67 0.22 0.53
HSL 319.5º 0.51% 0.31% -
HSV(B) 319.5º 0.67% 0.47% -
XYZ 10.31 6.16 11 -
YUV 69.08 141.5 163.61 -
System Red Green Blue C M Y K H S L
Decimal 119 39 93 0 0.67 0.22 0.53 319.5 0.51 0.31
Hex 77 27 5D 0 43 16 35 140 33 1F
Octal 167 47 135 0 103 26 65 500 63 37
Binary 1110111 100111 1011101 0 1000011 10110 110101 101000000 110011 11111

Color Harmonies of #77275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77275D

Black with #77275D

Text Example


Text Example

White with #77275D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77275D; }

 p { color: rgb(119,39,93); }

 H1.HeaderClassName
 {
   color: #77275D;
 }
 .AnyTagClassName
 {
   color: #77275D;
 }
</style>

background-color css

<style>
 a { background-color: #77275D; }

 a { background-color: rgb(119,39,93); }

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

border-color css

<style>
 span { border-color: #77275D; }

 span { border-color: rgb(119,39,93); }

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