Html Css Color HEX #763669 Palatinate Purple

📋 copy color: '#763669'

red 118 ◦ green 54 ◦ blue 105

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

Shades of Palatinate Purple #763669

Tints of Palatinate Purple #763669

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.49%

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

R = 42.6%
G = 19.49%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#763669 (or 0x763669) is known color: Palatinate Purple. HEX triplet: 76, 36 and 69. RGB value is (118,54,105). Sum of RGB (Red+Green+Blue) = 118+54+105=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 105 (41.41% from 255 or 37.91% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #763669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763669 is #89C996. Grayscale: #4E4E4E. Windows color (decimal): -9030039 or 6895222. OLE color: 6895222.

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

Color convert

RGB 118 54 105 -
CMYK 0 0.54 0.11 0.54
HSL 312.19º 0.37% 0.34% -
HSV(B) 312.19º 0.54% 0.46% -
XYZ 11.34 7.51 14.22 -
YUV 78.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 118 54 105 0 0.54 0.11 0.54 312.19 0.37 0.34
Hex 76 36 69 0 36 B 36 138 25 22
Octal 166 66 151 0 66 13 66 470 45 42
Binary 1110110 110110 1101001 0 110110 1011 110110 100111000 100101 100010

Color Harmonies of #763669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763669

Black with #763669

Text Example


Text Example

White with #763669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763669; }

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

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

background-color css

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

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

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

border-color css

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

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

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