Html Css Color HEX #77275C Palatinate Purple

📋 copy color: '#77275C'

red 119 ◦ green 39 ◦ blue 92

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

Shades of Palatinate Purple #77275C

Tints of Palatinate Purple #77275C

RGB

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

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

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

R = 47.6%
G = 15.6%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#77275C (or 0x77275C) is known color: Palatinate Purple. HEX triplet: 77, 27 and 5C. RGB value is (119,39,92). Sum of RGB (Red+Green+Blue) = 119+39+92=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #77275C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77275C is #88D8A3. Grayscale: #444444. Windows color (decimal): -8968356 or 6039415. OLE color: 6039415.

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

Color convert

RGB 119 39 92 -
CMYK 0 0.67 0.23 0.53
HSL 320.25º 0.51% 0.31% -
HSV(B) 320.25º 0.67% 0.47% -
XYZ 10.27 6.15 10.77 -
YUV 68.96 141 163.69 -
System Red Green Blue C M Y K H S L
Decimal 119 39 92 0 0.67 0.23 0.53 320.25 0.51 0.31
Hex 77 27 5C 0 43 17 35 140 33 1F
Octal 167 47 134 0 103 27 65 500 63 37
Binary 1110111 100111 1011100 0 1000011 10111 110101 101000000 110011 11111

Color Harmonies of #77275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77275C

Black with #77275C

Text Example


Text Example

White with #77275C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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