Html Css Color HEX #762969 Palatinate Purple

📋 copy color: '#762969'

red 118 ◦ green 41 ◦ blue 105

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

Shades of Palatinate Purple #762969

Tints of Palatinate Purple #762969

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.53%

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

R = 44.7%
G = 15.53%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#762969 (or 0x762969) is known color: Palatinate Purple. HEX triplet: 76, 29 and 69. RGB value is (118,41,105). Sum of RGB (Red+Green+Blue) = 118+41+105=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 105 (41.41% from 255 or 39.77% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #762969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762969 is #89D696. Grayscale: #474747. Windows color (decimal): -9033367 or 6891894. OLE color: 6891894.

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

Color convert

RGB 118 41 105 -
CMYK 0 0.65 0.11 0.54
HSL 310.13º 0.48% 0.31% -
HSV(B) 310.13º 0.65% 0.46% -
XYZ 10.81 6.46 14.04 -
YUV 71.32 147.01 161.3 -
System Red Green Blue C M Y K H S L
Decimal 118 41 105 0 0.65 0.11 0.54 310.13 0.48 0.31
Hex 76 29 69 0 41 B 36 136 30 1F
Octal 166 51 151 0 101 13 66 466 60 37
Binary 1110110 101001 1101001 0 1000001 1011 110110 100110110 110000 11111

Color Harmonies of #762969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762969

Black with #762969

Text Example


Text Example

White with #762969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762969; }

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

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

background-color css

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

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

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

border-color css

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

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

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