Html Css Color HEX #762A60 Palatinate Purple

📋 copy color: '#762A60'

red 118 ◦ green 42 ◦ blue 96

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

Shades of Palatinate Purple #762A60

Tints of Palatinate Purple #762A60

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.41%

 BLUE value IS 96 (37.89% from 255) = 37.5%

R = 46.09%
G = 16.41%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#762A60 (or 0x762A60) is known color: Palatinate Purple. HEX triplet: 76, 2A and 60. RGB value is (118,42,96). Sum of RGB (Red+Green+Blue) = 118+42+96=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 42 (16.80% from 255 or 16.41% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #762A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762A60 is #89D59F. Grayscale: #464646. Windows color (decimal): -9033120 or 6302326. OLE color: 6302326.

HSL color Cylindrical-coordinate representation of color #762A60: hue angle of 317.37º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #762A60 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 42 96 -
CMYK 0 0.64 0.19 0.54
HSL 317.37º 0.48% 0.31% -
HSV(B) 317.37º 0.64% 0.46% -
XYZ 10.41 6.35 11.74 -
YUV 70.88 142.18 161.61 -
System Red Green Blue C M Y K H S L
Decimal 118 42 96 0 0.64 0.19 0.54 317.37 0.48 0.31
Hex 76 2A 60 0 40 13 36 13D 30 1F
Octal 166 52 140 0 100 23 66 475 60 37
Binary 1110110 101010 1100000 0 1000000 10011 110110 100111101 110000 11111

Color Harmonies of #762A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762A60

Black with #762A60

Text Example


Text Example

White with #762A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,42,96); }

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

background-color css

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

 a { background-color: rgb(118,42,96); }

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

border-color css

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

 span { border-color: rgb(118,42,96); }

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