Html Css Color HEX #764069 Palatinate Purple

📋 copy color: '#764069'

red 118 ◦ green 64 ◦ blue 105

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

Shades of Palatinate Purple #764069

Tints of Palatinate Purple #764069

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.3%

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

R = 41.11%
G = 22.3%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#764069 (or 0x764069) is known color: Palatinate Purple. HEX triplet: 76, 40 and 69. RGB value is (118,64,105). Sum of RGB (Red+Green+Blue) = 118+64+105=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #764069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764069 is #89BF96. Grayscale: #545454. Windows color (decimal): -9027479 or 6897782. OLE color: 6897782.

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

Color convert

RGB 118 64 105 -
CMYK 0 0.46 0.11 0.54
HSL 314.44º 0.3% 0.36% -
HSV(B) 314.44º 0.46% 0.46% -
XYZ 11.85 8.54 14.39 -
YUV 84.82 139.39 151.67 -
System Red Green Blue C M Y K H S L
Decimal 118 64 105 0 0.46 0.11 0.54 314.44 0.3 0.36
Hex 76 40 69 0 2E B 36 13A 1E 24
Octal 166 100 151 0 56 13 66 472 36 44
Binary 1110110 1000000 1101001 0 101110 1011 110110 100111010 11110 100100

Color Harmonies of #764069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764069

Black with #764069

Text Example


Text Example

White with #764069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764069; }

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

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

background-color css

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

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

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

border-color css

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

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

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