Html Css Color HEX #762069 Palatinate Purple

📋 copy color: '#762069'

red 118 ◦ green 32 ◦ blue 105

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

Shades of Palatinate Purple #762069

Tints of Palatinate Purple #762069

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.55%

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

R = 46.27%
G = 12.55%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#762069 (or 0x762069) is known color: Palatinate Purple. HEX triplet: 76, 20 and 69. RGB value is (118,32,105). Sum of RGB (Red+Green+Blue) = 118+32+105=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #762069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762069 is #89DF96. Grayscale: #414141. Windows color (decimal): -9035671 or 6889590. OLE color: 6889590.

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

Color convert

RGB 118 32 105 -
CMYK 0 0.73 0.11 0.54
HSL 309.07º 0.57% 0.29% -
HSV(B) 309.07º 0.73% 0.46% -
XYZ 10.54 5.9 13.95 -
YUV 66.04 149.99 165.06 -
System Red Green Blue C M Y K H S L
Decimal 118 32 105 0 0.73 0.11 0.54 309.07 0.57 0.29
Hex 76 20 69 0 49 B 36 135 39 1D
Octal 166 40 151 0 111 13 66 465 71 35
Binary 1110110 100000 1101001 0 1001001 1011 110110 100110101 111001 11101

Color Harmonies of #762069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762069

Black with #762069

Text Example


Text Example

White with #762069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762069; }

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

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

background-color css

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

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

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

border-color css

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

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

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