Html Css Color HEX #760D65 Palatinate Purple

📋 copy color: '#760D65'

red 118 ◦ green 13 ◦ blue 101

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

Shades of Palatinate Purple #760D65

Tints of Palatinate Purple #760D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 43.53%

R = 50.86%
G = 5.6%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#760D65 (or 0x760D65) is known color: Palatinate Purple. HEX triplet: 76, 0D and 65. RGB value is (118,13,101). Sum of RGB (Red+Green+Blue) = 118+13+101=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #760D65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760D65 is #89F29A. Grayscale: #363636. Windows color (decimal): -9040539 or 6622582. OLE color: 6622582.

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

Color convert

RGB 118 13 101 -
CMYK 0 0.89 0.14 0.54
HSL 309.71º 0.8% 0.26% -
HSV(B) 309.71º 0.89% 0.46% -
XYZ 9.96 5.08 12.77 -
YUV 54.43 154.29 173.34 -
System Red Green Blue C M Y K H S L
Decimal 118 13 101 0 0.89 0.14 0.54 309.71 0.8 0.26
Hex 76 D 65 0 59 E 36 136 50 1A
Octal 166 15 145 0 131 16 66 466 120 32
Binary 1110110 1101 1100101 0 1011001 1110 110110 100110110 1010000 11010

Color Harmonies of #760D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760D65

Black with #760D65

Text Example


Text Example

White with #760D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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