Html Css Color HEX #761A6A Palatinate Purple

📋 copy color: '#761A6A'

red 118 ◦ green 26 ◦ blue 106

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

Shades of Palatinate Purple #761A6A

Tints of Palatinate Purple #761A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 42.4%

R = 47.2%
G = 10.4%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#761A6A (or 0x761A6A) is known color: Palatinate Purple. HEX triplet: 76, 1A and 6A. RGB value is (118,26,106). Sum of RGB (Red+Green+Blue) = 118+26+106=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #761A6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761A6A is #89E595. Grayscale: #3E3E3E. Windows color (decimal): -9037206 or 6953590. OLE color: 6953590.

HSL color Cylindrical-coordinate representation of color #761A6A: hue angle of 307.83º 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 #761A6A is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 26 106 -
CMYK 0 0.78 0.10 0.54
HSL 307.83º 0.64% 0.28% -
HSV(B) 307.83º 0.78% 0.46% -
XYZ 10.44 5.63 14.17 -
YUV 62.63 152.48 167.5 -
System Red Green Blue C M Y K H S L
Decimal 118 26 106 0 0.78 0.10 0.54 307.83 0.64 0.28
Hex 76 1A 6A 0 4E A 36 134 40 1C
Octal 166 32 152 0 116 12 66 464 100 34
Binary 1110110 11010 1101010 0 1001110 1010 110110 100110100 1000000 11100

Color Harmonies of #761A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761A6A

Black with #761A6A

Text Example


Text Example

White with #761A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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