Html Css Color HEX #762F69 Palatinate Purple

📋 copy color: '#762F69'

red 118 ◦ green 47 ◦ blue 105

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

Shades of Palatinate Purple #762F69

Tints of Palatinate Purple #762F69

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.41%

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

R = 43.7%
G = 17.41%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#762F69 (or 0x762F69) is known color: Palatinate Purple. HEX triplet: 76, 2F and 69. RGB value is (118,47,105). Sum of RGB (Red+Green+Blue) = 118+47+105=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #762F69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762F69 is #89D096. Grayscale: #4A4A4A. Windows color (decimal): -9031831 or 6893430. OLE color: 6893430.

HSL color Cylindrical-coordinate representation of color #762F69: hue angle of 310.99º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #762F69 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 47 105 -
CMYK 0 0.60 0.11 0.54
HSL 310.99º 0.43% 0.32% -
HSV(B) 310.99º 0.6% 0.46% -
XYZ 11.04 6.9 14.12 -
YUV 74.84 145.02 158.78 -
System Red Green Blue C M Y K H S L
Decimal 118 47 105 0 0.60 0.11 0.54 310.99 0.43 0.32
Hex 76 2F 69 0 3C B 36 137 2B 20
Octal 166 57 151 0 74 13 66 467 53 40
Binary 1110110 101111 1101001 0 111100 1011 110110 100110111 101011 100000

Color Harmonies of #762F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762F69

Black with #762F69

Text Example


Text Example

White with #762F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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