Html Css Color HEX #760F5F Palatinate Purple

📋 copy color: '#760F5F'

red 118 ◦ green 15 ◦ blue 95

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

Shades of Palatinate Purple #760F5F

Tints of Palatinate Purple #760F5F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.58%

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

R = 51.75%
G = 6.58%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#760F5F (or 0x760F5F) is known color: Palatinate Purple. HEX triplet: 76, 0F and 5F. RGB value is (118,15,95). Sum of RGB (Red+Green+Blue) = 118+15+95=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #760F5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760F5F is #89F0A0. Grayscale: #363636. Windows color (decimal): -9040033 or 6229878. OLE color: 6229878.

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

Color convert

RGB 118 15 95 -
CMYK 0 0.87 0.19 0.54
HSL 313.4º 0.77% 0.26% -
HSV(B) 313.4º 0.87% 0.46% -
XYZ 9.71 5.02 11.28 -
YUV 54.92 150.62 173 -
System Red Green Blue C M Y K H S L
Decimal 118 15 95 0 0.87 0.19 0.54 313.4 0.77 0.26
Hex 76 F 5F 0 57 13 36 139 4D 1A
Octal 166 17 137 0 127 23 66 471 115 32
Binary 1110110 1111 1011111 0 1010111 10011 110110 100111001 1001101 11010

Color Harmonies of #760F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760F5F

Black with #760F5F

Text Example


Text Example

White with #760F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,15,95); }

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

background-color css

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

 a { background-color: rgb(118,15,95); }

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

border-color css

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

 span { border-color: rgb(118,15,95); }

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