Html Css Color HEX #762D6E Palatinate Purple

📋 copy color: '#762D6E'

red 118 ◦ green 45 ◦ blue 110

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

Shades of Palatinate Purple #762D6E

Tints of Palatinate Purple #762D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 40.29%

R = 43.22%
G = 16.48%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#762D6E (or 0x762D6E) is known color: Palatinate Purple. HEX triplet: 76, 2D and 6E. RGB value is (118,45,110). Sum of RGB (Red+Green+Blue) = 118+45+110=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #762D6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762D6E is #89D291. Grayscale: #4A4A4A. Windows color (decimal): -9032338 or 7220598. OLE color: 7220598.

HSL color Cylindrical-coordinate representation of color #762D6E: hue angle of 306.58º 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 #762D6E is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 45 110 -
CMYK 0 0.62 0.07 0.54
HSL 306.58º 0.45% 0.32% -
HSV(B) 306.58º 0.62% 0.46% -
XYZ 11.22 6.85 15.48 -
YUV 74.24 148.18 159.21 -
System Red Green Blue C M Y K H S L
Decimal 118 45 110 0 0.62 0.07 0.54 306.58 0.45 0.32
Hex 76 2D 6E 0 3E 7 36 133 2D 20
Octal 166 55 156 0 76 7 66 463 55 40
Binary 1110110 101101 1101110 0 111110 111 110110 100110011 101101 100000

Color Harmonies of #762D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762D6E

Black with #762D6E

Text Example


Text Example

White with #762D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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