Html Css Color HEX #762E5E Palatinate Purple

📋 copy color: '#762E5E'

red 118 ◦ green 46 ◦ blue 94

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

Shades of Palatinate Purple #762E5E

Tints of Palatinate Purple #762E5E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.83%

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

R = 45.74%
G = 17.83%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#762E5E (or 0x762E5E) is known color: Palatinate Purple. HEX triplet: 76, 2E and 5E. RGB value is (118,46,94). Sum of RGB (Red+Green+Blue) = 118+46+94=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #762E5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762E5E is #89D1A1. Grayscale: #484848. Windows color (decimal): -9032098 or 6172278. OLE color: 6172278.

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

Color convert

RGB 118 46 94 -
CMYK 0 0.61 0.20 0.54
HSL 320º 0.44% 0.32% -
HSV(B) 320º 0.61% 0.46% -
XYZ 10.47 6.61 11.31 -
YUV 73 139.85 160.1 -
System Red Green Blue C M Y K H S L
Decimal 118 46 94 0 0.61 0.20 0.54 320 0.44 0.32
Hex 76 2E 5E 0 3D 14 36 140 2C 20
Octal 166 56 136 0 75 24 66 500 54 40
Binary 1110110 101110 1011110 0 111101 10100 110110 101000000 101100 100000

Color Harmonies of #762E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762E5E

Black with #762E5E

Text Example


Text Example

White with #762E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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