Html Css Color HEX #760D5D Palatinate Purple

📋 copy color: '#760D5D'

red 118 ◦ green 13 ◦ blue 93

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

Shades of Palatinate Purple #760D5D

Tints of Palatinate Purple #760D5D

RGB

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

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

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

R = 52.68%
G = 5.8%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#760D5D (or 0x760D5D) is known color: Palatinate Purple. HEX triplet: 76, 0D and 5D. RGB value is (118,13,93). Sum of RGB (Red+Green+Blue) = 118+13+93=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #760D5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760D5D is #89F2A2. Grayscale: #353535. Windows color (decimal): -9040547 or 6098294. OLE color: 6098294.

HSL color Cylindrical-coordinate representation of color #760D5D: hue angle of 314.29º 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 #760D5D is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 13 93 -
CMYK 0 0.89 0.21 0.54
HSL 314.29º 0.8% 0.26% -
HSV(B) 314.29º 0.89% 0.46% -
XYZ 9.59 4.93 10.8 -
YUV 53.52 150.29 174 -
System Red Green Blue C M Y K H S L
Decimal 118 13 93 0 0.89 0.21 0.54 314.29 0.8 0.26
Hex 76 D 5D 0 59 15 36 13A 50 1A
Octal 166 15 135 0 131 25 66 472 120 32
Binary 1110110 1101 1011101 0 1011001 10101 110110 100111010 1010000 11010

Color Harmonies of #760D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760D5D

Black with #760D5D

Text Example


Text Example

White with #760D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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