Html Css Color HEX #762E6E Palatinate Purple

📋 copy color: '#762E6E'

red 118 ◦ green 46 ◦ blue 110

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

Shades of Palatinate Purple #762E6E

Tints of Palatinate Purple #762E6E

RGB

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

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

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

R = 43.07%
G = 16.79%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#762E6E (or 0x762E6E) is known color: Palatinate Purple. HEX triplet: 76, 2E and 6E. RGB value is (118,46,110). Sum of RGB (Red+Green+Blue) = 118+46+110=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 46 (18.36% from 255 or 16.79% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #762E6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762E6E is #89D191. Grayscale: #4A4A4A. Windows color (decimal): -9032082 or 7220854. OLE color: 7220854.

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

Color convert

RGB 118 46 110 -
CMYK 0 0.61 0.07 0.54
HSL 306.67º 0.44% 0.32% -
HSV(B) 306.67º 0.61% 0.46% -
XYZ 11.26 6.93 15.5 -
YUV 74.82 147.85 158.8 -
System Red Green Blue C M Y K H S L
Decimal 118 46 110 0 0.61 0.07 0.54 306.67 0.44 0.32
Hex 76 2E 6E 0 3D 7 36 133 2C 20
Octal 166 56 156 0 75 7 66 463 54 40
Binary 1110110 101110 1101110 0 111101 111 110110 100110011 101100 100000

Color Harmonies of #762E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762E6E

Black with #762E6E

Text Example


Text Example

White with #762E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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