Html Css Color HEX #763069 Palatinate Purple

📋 copy color: '#763069'

red 118 ◦ green 48 ◦ blue 105

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

Shades of Palatinate Purple #763069

Tints of Palatinate Purple #763069

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.71%

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

R = 43.54%
G = 17.71%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#763069 (or 0x763069) is known color: Palatinate Purple. HEX triplet: 76, 30 and 69. RGB value is (118,48,105). Sum of RGB (Red+Green+Blue) = 118+48+105=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #763069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763069 is #89CF96. Grayscale: #4B4B4B. Windows color (decimal): -9031575 or 6893686. OLE color: 6893686.

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

Color convert

RGB 118 48 105 -
CMYK 0 0.59 0.11 0.54
HSL 311.14º 0.42% 0.33% -
HSV(B) 311.14º 0.59% 0.46% -
XYZ 11.08 6.99 14.13 -
YUV 75.43 144.69 158.37 -
System Red Green Blue C M Y K H S L
Decimal 118 48 105 0 0.59 0.11 0.54 311.14 0.42 0.33
Hex 76 30 69 0 3B B 36 137 2A 21
Octal 166 60 151 0 73 13 66 467 52 41
Binary 1110110 110000 1101001 0 111011 1011 110110 100110111 101010 100001

Color Harmonies of #763069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763069

Black with #763069

Text Example


Text Example

White with #763069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763069; }

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

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

background-color css

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

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

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

border-color css

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

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

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