Html Css Color HEX #77125F Palatinate Purple

📋 copy color: '#77125F'

red 119 ◦ green 18 ◦ blue 95

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

Shades of Palatinate Purple #77125F

Tints of Palatinate Purple #77125F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.76%

 BLUE value IS 95 (37.5% from 255) = 40.95%

R = 51.29%
G = 7.76%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#77125F (or 0x77125F) is known color: Palatinate Purple. HEX triplet: 77, 12 and 5F. RGB value is (119,18,95). Sum of RGB (Red+Green+Blue) = 119+18+95=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #77125F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77125F is #88EDA0. Grayscale: #383838. Windows color (decimal): -8973729 or 6230647. OLE color: 6230647.

HSL color Cylindrical-coordinate representation of color #77125F: hue angle of 314.26º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #77125F is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 18 95 -
CMYK 0 0.85 0.20 0.53
HSL 314.26º 0.74% 0.27% -
HSV(B) 314.26º 0.85% 0.47% -
XYZ 9.89 5.18 11.31 -
YUV 56.98 149.46 172.24 -
System Red Green Blue C M Y K H S L
Decimal 119 18 95 0 0.85 0.20 0.53 314.26 0.74 0.27
Hex 77 12 5F 0 55 14 35 13A 4A 1B
Octal 167 22 137 0 125 24 65 472 112 33
Binary 1110111 10010 1011111 0 1010101 10100 110101 100111010 1001010 11011

Color Harmonies of #77125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77125F

Black with #77125F

Text Example


Text Example

White with #77125F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77125F; }

 p { color: rgb(119,18,95); }

 H1.HeaderClassName
 {
   color: #77125F;
 }
 .AnyTagClassName
 {
   color: #77125F;
 }
</style>

background-color css

<style>
 a { background-color: #77125F; }

 a { background-color: rgb(119,18,95); }

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

border-color css

<style>
 span { border-color: #77125F; }

 span { border-color: rgb(119,18,95); }

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