Html Css Color HEX #761A68 Palatinate Purple

📋 copy color: '#761A68'

red 118 ◦ green 26 ◦ blue 104

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

Shades of Palatinate Purple #761A68

Tints of Palatinate Purple #761A68

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.48%

 BLUE value IS 104 (41.02% from 255) = 41.94%

R = 47.58%
G = 10.48%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#761A68 (or 0x761A68) is known color: Palatinate Purple. HEX triplet: 76, 1A and 68. RGB value is (118,26,104). Sum of RGB (Red+Green+Blue) = 118+26+104=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #761A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761A68 is #89E597. Grayscale: #3E3E3E. Windows color (decimal): -9037208 or 6822518. OLE color: 6822518.

HSL color Cylindrical-coordinate representation of color #761A68: hue angle of 309.13º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #761A68 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 26 104 -
CMYK 0 0.78 0.12 0.54
HSL 309.13º 0.64% 0.28% -
HSV(B) 309.13º 0.78% 0.46% -
XYZ 10.34 5.59 13.63 -
YUV 62.4 151.48 167.66 -
System Red Green Blue C M Y K H S L
Decimal 118 26 104 0 0.78 0.12 0.54 309.13 0.64 0.28
Hex 76 1A 68 0 4E C 36 135 40 1C
Octal 166 32 150 0 116 14 66 465 100 34
Binary 1110110 11010 1101000 0 1001110 1100 110110 100110101 1000000 11100

Color Harmonies of #761A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761A68

Black with #761A68

Text Example


Text Example

White with #761A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,26,104); }

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

background-color css

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

 a { background-color: rgb(118,26,104); }

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

border-color css

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

 span { border-color: rgb(118,26,104); }

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