Html Css Color HEX #763C69 Palatinate Purple

📋 copy color: '#763C69'

red 118 ◦ green 60 ◦ blue 105

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

Shades of Palatinate Purple #763C69

Tints of Palatinate Purple #763C69

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.2%

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

R = 41.7%
G = 21.2%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#763C69 (or 0x763C69) is known color: Palatinate Purple. HEX triplet: 76, 3C and 69. RGB value is (118,60,105). Sum of RGB (Red+Green+Blue) = 118+60+105=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #763C69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763C69 is #89C396. Grayscale: #525252. Windows color (decimal): -9028503 or 6896758. OLE color: 6896758.

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

Color convert

RGB 118 60 105 -
CMYK 0 0.49 0.11 0.54
HSL 313.45º 0.33% 0.35% -
HSV(B) 313.45º 0.49% 0.46% -
XYZ 11.64 8.1 14.32 -
YUV 82.47 140.72 153.34 -
System Red Green Blue C M Y K H S L
Decimal 118 60 105 0 0.49 0.11 0.54 313.45 0.33 0.35
Hex 76 3C 69 0 31 B 36 139 21 23
Octal 166 74 151 0 61 13 66 471 41 43
Binary 1110110 111100 1101001 0 110001 1011 110110 100111001 100001 100011

Color Harmonies of #763C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C69

Black with #763C69

Text Example


Text Example

White with #763C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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