Html Css Color HEX #762269 Palatinate Purple

📋 copy color: '#762269'

red 118 ◦ green 34 ◦ blue 105

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

Shades of Palatinate Purple #762269

Tints of Palatinate Purple #762269

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.23%

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

R = 45.91%
G = 13.23%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#762269 (or 0x762269) is known color: Palatinate Purple. HEX triplet: 76, 22 and 69. RGB value is (118,34,105). Sum of RGB (Red+Green+Blue) = 118+34+105=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 105 (41.41% from 255 or 40.86% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #762269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762269 is #89DD96. Grayscale: #434343. Windows color (decimal): -9035159 or 6890102. OLE color: 6890102.

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

Color convert

RGB 118 34 105 -
CMYK 0 0.71 0.11 0.54
HSL 309.29º 0.55% 0.3% -
HSV(B) 309.29º 0.71% 0.46% -
XYZ 10.59 6.02 13.97 -
YUV 67.21 149.33 164.23 -
System Red Green Blue C M Y K H S L
Decimal 118 34 105 0 0.71 0.11 0.54 309.29 0.55 0.3
Hex 76 22 69 0 47 B 36 135 37 1E
Octal 166 42 151 0 107 13 66 465 67 36
Binary 1110110 100010 1101001 0 1000111 1011 110110 100110101 110111 11110

Color Harmonies of #762269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762269

Black with #762269

Text Example


Text Example

White with #762269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762269; }

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

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

background-color css

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

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

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

border-color css

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

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

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