Html Css Color HEX #760D5E Palatinate Purple

📋 copy color: '#760D5E'

red 118 ◦ green 13 ◦ blue 94

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

Shades of Palatinate Purple #760D5E

Tints of Palatinate Purple #760D5E

RGB

 RED value IS 118 (46.48% from 255) = 52.44%

 GREEN value IS 13 (5.47% from 255) = 5.78%

 BLUE value IS 94 (37.11% from 255) = 41.78%

R = 52.44%
G = 5.78%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#760D5E (or 0x760D5E) is known color: Palatinate Purple. HEX triplet: 76, 0D and 5E. RGB value is (118,13,94). Sum of RGB (Red+Green+Blue) = 118+13+94=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #760D5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760D5E is #89F2A1. Grayscale: #353535. Windows color (decimal): -9040546 or 6163830. OLE color: 6163830.

HSL color Cylindrical-coordinate representation of color #760D5E: hue angle of 313.71º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #760D5E is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 13 94 -
CMYK 0 0.89 0.20 0.54
HSL 313.71º 0.8% 0.26% -
HSV(B) 313.71º 0.89% 0.46% -
XYZ 9.64 4.95 11.04 -
YUV 53.63 150.79 173.91 -
System Red Green Blue C M Y K H S L
Decimal 118 13 94 0 0.89 0.20 0.54 313.71 0.8 0.26
Hex 76 D 5E 0 59 14 36 13A 50 1A
Octal 166 15 136 0 131 24 66 472 120 32
Binary 1110110 1101 1011110 0 1011001 10100 110110 100111010 1010000 11010

Color Harmonies of #760D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760D5E

Black with #760D5E

Text Example


Text Example

White with #760D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760D5E; }

 p { color: rgb(118,13,94); }

 H1.HeaderClassName
 {
   color: #760D5E;
 }
 .AnyTagClassName
 {
   color: #760D5E;
 }
</style>

background-color css

<style>
 a { background-color: #760D5E; }

 a { background-color: rgb(118,13,94); }

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

border-color css

<style>
 span { border-color: #760D5E; }

 span { border-color: rgb(118,13,94); }

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