Html Css Color HEX #762B66 Palatinate Purple

📋 copy color: '#762B66'

red 118 ◦ green 43 ◦ blue 102

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

Shades of Palatinate Purple #762B66

Tints of Palatinate Purple #762B66

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.35%

 BLUE value IS 102 (40.23% from 255) = 38.78%

R = 44.87%
G = 16.35%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#762B66 (or 0x762B66) is known color: Palatinate Purple. HEX triplet: 76, 2B and 66. RGB value is (118,43,102). Sum of RGB (Red+Green+Blue) = 118+43+102=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 43 (17.19% from 255 or 16.35% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #762B66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762B66 is #89D499. Grayscale: #474747. Windows color (decimal): -9032858 or 6695798. OLE color: 6695798.

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

Color convert

RGB 118 43 102 -
CMYK 0 0.64 0.14 0.54
HSL 312.8º 0.47% 0.32% -
HSV(B) 312.8º 0.64% 0.46% -
XYZ 10.73 6.54 13.27 -
YUV 72.15 144.85 160.7 -
System Red Green Blue C M Y K H S L
Decimal 118 43 102 0 0.64 0.14 0.54 312.8 0.47 0.32
Hex 76 2B 66 0 40 E 36 139 2F 20
Octal 166 53 146 0 100 16 66 471 57 40
Binary 1110110 101011 1100110 0 1000000 1110 110110 100111001 101111 100000

Color Harmonies of #762B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762B66

Black with #762B66

Text Example


Text Example

White with #762B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,43,102); }

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

background-color css

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

 a { background-color: rgb(118,43,102); }

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

border-color css

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

 span { border-color: rgb(118,43,102); }

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