Html Css Color HEX #762D5E Palatinate Purple

📋 copy color: '#762D5E'

red 118 ◦ green 45 ◦ blue 94

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

Shades of Palatinate Purple #762D5E

Tints of Palatinate Purple #762D5E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.51%

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

R = 45.91%
G = 17.51%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#762D5E (or 0x762D5E) is known color: Palatinate Purple. HEX triplet: 76, 2D and 5E. RGB value is (118,45,94). Sum of RGB (Red+Green+Blue) = 118+45+94=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #762D5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762D5E is #89D2A1. Grayscale: #484848. Windows color (decimal): -9032354 or 6172022. OLE color: 6172022.

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

Color convert

RGB 118 45 94 -
CMYK 0 0.62 0.20 0.54
HSL 319.73º 0.45% 0.32% -
HSV(B) 319.73º 0.62% 0.46% -
XYZ 10.43 6.54 11.3 -
YUV 72.41 140.18 160.52 -
System Red Green Blue C M Y K H S L
Decimal 118 45 94 0 0.62 0.20 0.54 319.73 0.45 0.32
Hex 76 2D 5E 0 3E 14 36 140 2D 20
Octal 166 55 136 0 76 24 66 500 55 40
Binary 1110110 101101 1011110 0 111110 10100 110110 101000000 101101 100000

Color Harmonies of #762D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762D5E

Black with #762D5E

Text Example


Text Example

White with #762D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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