Html Css Color HEX #761C69 Palatinate Purple

📋 copy color: '#761C69'

red 118 ◦ green 28 ◦ blue 105

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

Shades of Palatinate Purple #761C69

Tints of Palatinate Purple #761C69

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.16%

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

R = 47.01%
G = 11.16%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#761C69 (or 0x761C69) is known color: Palatinate Purple. HEX triplet: 76, 1C and 69. RGB value is (118,28,105). Sum of RGB (Red+Green+Blue) = 118+28+105=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #761C69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761C69 is #89E396. Grayscale: #3F3F3F. Windows color (decimal): -9036695 or 6888566. OLE color: 6888566.

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

Color convert

RGB 118 28 105 -
CMYK 0 0.76 0.11 0.54
HSL 308.67º 0.62% 0.29% -
HSV(B) 308.67º 0.76% 0.46% -
XYZ 10.44 5.7 13.92 -
YUV 63.69 151.32 166.74 -
System Red Green Blue C M Y K H S L
Decimal 118 28 105 0 0.76 0.11 0.54 308.67 0.62 0.29
Hex 76 1C 69 0 4C B 36 135 3E 1D
Octal 166 34 151 0 114 13 66 465 76 35
Binary 1110110 11100 1101001 0 1001100 1011 110110 100110101 111110 11101

Color Harmonies of #761C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761C69

Black with #761C69

Text Example


Text Example

White with #761C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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