Html Css Color HEX #761760 Palatinate Purple

📋 copy color: '#761760'

red 118 ◦ green 23 ◦ blue 96

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

Shades of Palatinate Purple #761760

Tints of Palatinate Purple #761760

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.7%

 BLUE value IS 96 (37.89% from 255) = 40.51%

R = 49.79%
G = 9.7%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#761760 (or 0x761760) is known color: Palatinate Purple. HEX triplet: 76, 17 and 60. RGB value is (118,23,96). Sum of RGB (Red+Green+Blue) = 118+23+96=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #761760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761760 is #89E89F. Grayscale: #3B3B3B. Windows color (decimal): -9037984 or 6297462. OLE color: 6297462.

HSL color Cylindrical-coordinate representation of color #761760: hue angle of 313.89º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761760 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 23 96 -
CMYK 0 0.81 0.19 0.54
HSL 313.89º 0.67% 0.28% -
HSV(B) 313.89º 0.81% 0.46% -
XYZ 9.89 5.31 11.57 -
YUV 59.73 148.47 169.56 -
System Red Green Blue C M Y K H S L
Decimal 118 23 96 0 0.81 0.19 0.54 313.89 0.67 0.28
Hex 76 17 60 0 51 13 36 13A 43 1C
Octal 166 27 140 0 121 23 66 472 103 34
Binary 1110110 10111 1100000 0 1010001 10011 110110 100111010 1000011 11100

Color Harmonies of #761760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761760

Black with #761760

Text Example


Text Example

White with #761760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761760; }

 p { color: rgb(118,23,96); }

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

background-color css

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

 a { background-color: rgb(118,23,96); }

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

border-color css

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

 span { border-color: rgb(118,23,96); }

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