Html Css Color HEX #761E5E Palatinate Purple

📋 copy color: '#761E5E'

red 118 ◦ green 30 ◦ blue 94

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

Shades of Palatinate Purple #761E5E

Tints of Palatinate Purple #761E5E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.4%

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

R = 48.76%
G = 12.4%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#761E5E (or 0x761E5E) is known color: Palatinate Purple. HEX triplet: 76, 1E and 5E. RGB value is (118,30,94). Sum of RGB (Red+Green+Blue) = 118+30+94=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #761E5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761E5E is #89E1A1. Grayscale: #3F3F3F. Windows color (decimal): -9036194 or 6168182. OLE color: 6168182.

HSL color Cylindrical-coordinate representation of color #761E5E: hue angle of 316.36º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #761E5E is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 30 94 -
CMYK 0 0.75 0.20 0.54
HSL 316.36º 0.59% 0.29% -
HSV(B) 316.36º 0.75% 0.46% -
XYZ 9.96 5.59 11.14 -
YUV 63.61 145.15 166.8 -
System Red Green Blue C M Y K H S L
Decimal 118 30 94 0 0.75 0.20 0.54 316.36 0.59 0.29
Hex 76 1E 5E 0 4B 14 36 13C 3B 1D
Octal 166 36 136 0 113 24 66 474 73 35
Binary 1110110 11110 1011110 0 1001011 10100 110110 100111100 111011 11101

Color Harmonies of #761E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761E5E

Black with #761E5E

Text Example


Text Example

White with #761E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761E5E; }

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

 H1.HeaderClassName
 {
   color: #761E5E;
 }
 .AnyTagClassName
 {
   color: #761E5E;
 }
</style>

background-color css

<style>
 a { background-color: #761E5E; }

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

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

border-color css

<style>
 span { border-color: #761E5E; }

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

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