Html Css Color HEX #760760 Palatinate Purple

📋 copy color: '#760760'

red 118 ◦ green 7 ◦ blue 96

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

Shades of Palatinate Purple #760760

Tints of Palatinate Purple #760760

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.17%

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

R = 53.39%
G = 3.17%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#760760 (or 0x760760) is known color: Palatinate Purple. HEX triplet: 76, 07 and 60. RGB value is (118,7,96). Sum of RGB (Red+Green+Blue) = 118+7+96=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #760760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760760 is #89F89F. Grayscale: #323232. Windows color (decimal): -9042080 or 6293366. OLE color: 6293366.

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

Color convert

RGB 118 7 96 -
CMYK 0 0.94 0.19 0.54
HSL 311.89º 0.89% 0.25% -
HSV(B) 311.89º 0.94% 0.46% -
XYZ 9.66 4.85 11.49 -
YUV 50.34 153.77 176.26 -
System Red Green Blue C M Y K H S L
Decimal 118 7 96 0 0.94 0.19 0.54 311.89 0.89 0.25
Hex 76 7 60 0 5E 13 36 138 59 19
Octal 166 7 140 0 136 23 66 470 131 31
Binary 1110110 111 1100000 0 1011110 10011 110110 100111000 1011001 11001

Color Harmonies of #760760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760760

Black with #760760

Text Example


Text Example

White with #760760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760760; }

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

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

background-color css

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

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

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

border-color css

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

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

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