Html Css Color HEX #760861 Palatinate Purple

📋 copy color: '#760861'

red 118 ◦ green 8 ◦ blue 97

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

Shades of Palatinate Purple #760861

Tints of Palatinate Purple #760861

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.59%

 BLUE value IS 97 (38.28% from 255) = 43.5%

R = 52.91%
G = 3.59%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#760861 (or 0x760861) is known color: Palatinate Purple. HEX triplet: 76, 08 and 61. RGB value is (118,8,97). Sum of RGB (Red+Green+Blue) = 118+8+97=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #760861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760861 is #89F79E. Grayscale: #323232. Windows color (decimal): -9041823 or 6359158. OLE color: 6359158.

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

Color convert

RGB 118 8 97 -
CMYK 0 0.93 0.18 0.54
HSL 311.45º 0.87% 0.25% -
HSV(B) 311.45º 0.93% 0.46% -
XYZ 9.72 4.89 11.74 -
YUV 51.04 153.94 175.76 -
System Red Green Blue C M Y K H S L
Decimal 118 8 97 0 0.93 0.18 0.54 311.45 0.87 0.25
Hex 76 8 61 0 5D 12 36 137 57 19
Octal 166 10 141 0 135 22 66 467 127 31
Binary 1110110 1000 1100001 0 1011101 10010 110110 100110111 1010111 11001

Color Harmonies of #760861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760861

Black with #760861

Text Example


Text Example

White with #760861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760861; }

 p { color: rgb(118,8,97); }

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

background-color css

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

 a { background-color: rgb(118,8,97); }

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

border-color css

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

 span { border-color: rgb(118,8,97); }

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