Html Css Color HEX #761F69 Palatinate Purple

📋 copy color: '#761F69'

red 118 ◦ green 31 ◦ blue 105

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

Shades of Palatinate Purple #761F69

Tints of Palatinate Purple #761F69

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.2%

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

R = 46.46%
G = 12.2%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#761F69 (or 0x761F69) is known color: Palatinate Purple. HEX triplet: 76, 1F and 69. RGB value is (118,31,105). Sum of RGB (Red+Green+Blue) = 118+31+105=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 31 (12.5% from 255 or 12.20% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #761F69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761F69 is #89E096. Grayscale: #414141. Windows color (decimal): -9035927 or 6889334. OLE color: 6889334.

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

Color convert

RGB 118 31 105 -
CMYK 0 0.74 0.11 0.54
HSL 308.97º 0.58% 0.29% -
HSV(B) 308.97º 0.74% 0.46% -
XYZ 10.51 5.85 13.94 -
YUV 65.45 150.32 165.48 -
System Red Green Blue C M Y K H S L
Decimal 118 31 105 0 0.74 0.11 0.54 308.97 0.58 0.29
Hex 76 1F 69 0 4A B 36 135 3A 1D
Octal 166 37 151 0 112 13 66 465 72 35
Binary 1110110 11111 1101001 0 1001010 1011 110110 100110101 111010 11101

Color Harmonies of #761F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761F69

Black with #761F69

Text Example


Text Example

White with #761F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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