Html Css Color HEX #763D69 Palatinate Purple

📋 copy color: '#763D69'

red 118 ◦ green 61 ◦ blue 105

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

Shades of Palatinate Purple #763D69

Tints of Palatinate Purple #763D69

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.48%

 BLUE value IS 105 (41.41% from 255) = 36.97%

R = 41.55%
G = 21.48%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#763D69 (or 0x763D69) is known color: Palatinate Purple. HEX triplet: 76, 3D and 69. RGB value is (118,61,105). Sum of RGB (Red+Green+Blue) = 118+61+105=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #763D69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763D69 is #89C296. Grayscale: #525252. Windows color (decimal): -9028247 or 6897014. OLE color: 6897014.

HSL color Cylindrical-coordinate representation of color #763D69: hue angle of 313.68º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #763D69 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 61 105 -
CMYK 0 0.48 0.11 0.54
HSL 313.68º 0.32% 0.35% -
HSV(B) 313.68º 0.48% 0.46% -
XYZ 11.69 8.21 14.33 -
YUV 83.06 140.38 152.92 -
System Red Green Blue C M Y K H S L
Decimal 118 61 105 0 0.48 0.11 0.54 313.68 0.32 0.35
Hex 76 3D 69 0 30 B 36 13A 20 23
Octal 166 75 151 0 60 13 66 472 40 43
Binary 1110110 111101 1101001 0 110000 1011 110110 100111010 100000 100011

Color Harmonies of #763D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763D69

Black with #763D69

Text Example


Text Example

White with #763D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763D69; }

 p { color: rgb(118,61,105); }

 H1.HeaderClassName
 {
   color: #763D69;
 }
 .AnyTagClassName
 {
   color: #763D69;
 }
</style>

background-color css

<style>
 a { background-color: #763D69; }

 a { background-color: rgb(118,61,105); }

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

border-color css

<style>
 span { border-color: #763D69; }

 span { border-color: rgb(118,61,105); }

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