Html Css Color HEX #762669 Palatinate Purple

📋 copy color: '#762669'

red 118 ◦ green 38 ◦ blue 105

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

Shades of Palatinate Purple #762669

Tints of Palatinate Purple #762669

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.56%

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

R = 45.21%
G = 14.56%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#762669 (or 0x762669) is known color: Palatinate Purple. HEX triplet: 76, 26 and 69. RGB value is (118,38,105). Sum of RGB (Red+Green+Blue) = 118+38+105=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #762669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762669 is #89D996. Grayscale: #454545. Windows color (decimal): -9034135 or 6891126. OLE color: 6891126.

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

Color convert

RGB 118 38 105 -
CMYK 0 0.68 0.11 0.54
HSL 309.75º 0.51% 0.31% -
HSV(B) 309.75º 0.68% 0.46% -
XYZ 10.71 6.26 14.01 -
YUV 69.56 148 162.55 -
System Red Green Blue C M Y K H S L
Decimal 118 38 105 0 0.68 0.11 0.54 309.75 0.51 0.31
Hex 76 26 69 0 44 B 36 136 33 1F
Octal 166 46 151 0 104 13 66 466 63 37
Binary 1110110 100110 1101001 0 1000100 1011 110110 100110110 110011 11111

Color Harmonies of #762669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762669

Black with #762669

Text Example


Text Example

White with #762669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762669; }

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

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

background-color css

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

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

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

border-color css

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

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

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