Html Css Color HEX #760961 Palatinate Purple

📋 copy color: '#760961'

red 118 ◦ green 9 ◦ blue 97

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

Shades of Palatinate Purple #760961

Tints of Palatinate Purple #760961

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.02%

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

R = 52.68%
G = 4.02%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#760961 (or 0x760961) is known color: Palatinate Purple. HEX triplet: 76, 09 and 61. RGB value is (118,9,97). Sum of RGB (Red+Green+Blue) = 118+9+97=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #760961 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760961 is #89F69E. Grayscale: #333333. Windows color (decimal): -9041567 or 6359414. OLE color: 6359414.

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

Color convert

RGB 118 9 97 -
CMYK 0 0.92 0.18 0.54
HSL 311.56º 0.86% 0.25% -
HSV(B) 311.56º 0.92% 0.46% -
XYZ 9.73 4.91 11.74 -
YUV 51.62 153.61 175.34 -
System Red Green Blue C M Y K H S L
Decimal 118 9 97 0 0.92 0.18 0.54 311.56 0.86 0.25
Hex 76 9 61 0 5C 12 36 138 56 19
Octal 166 11 141 0 134 22 66 470 126 31
Binary 1110110 1001 1100001 0 1011100 10010 110110 100111000 1010110 11001

Color Harmonies of #760961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760961

Black with #760961

Text Example


Text Example

White with #760961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760961; }

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

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

background-color css

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

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

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

border-color css

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

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

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