Html Css Color HEX #761E6A Palatinate Purple

📋 copy color: '#761E6A'

red 118 ◦ green 30 ◦ blue 106

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

Shades of Palatinate Purple #761E6A

Tints of Palatinate Purple #761E6A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.81%

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

R = 46.46%
G = 11.81%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#761E6A (or 0x761E6A) is known color: Palatinate Purple. HEX triplet: 76, 1E and 6A. RGB value is (118,30,106). Sum of RGB (Red+Green+Blue) = 118+30+106=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 106 (41.80% from 255 or 41.73% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #761E6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761E6A is #89E195. Grayscale: #404040. Windows color (decimal): -9036182 or 6954614. OLE color: 6954614.

HSL color Cylindrical-coordinate representation of color #761E6A: hue angle of 308.18º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #761E6A is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 30 106 -
CMYK 0 0.75 0.10 0.54
HSL 308.18º 0.59% 0.29% -
HSV(B) 308.18º 0.75% 0.46% -
XYZ 10.54 5.82 14.2 -
YUV 64.98 151.15 165.82 -
System Red Green Blue C M Y K H S L
Decimal 118 30 106 0 0.75 0.10 0.54 308.18 0.59 0.29
Hex 76 1E 6A 0 4B A 36 134 3B 1D
Octal 166 36 152 0 113 12 66 464 73 35
Binary 1110110 11110 1101010 0 1001011 1010 110110 100110100 111011 11101

Color Harmonies of #761E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761E6A

Black with #761E6A

Text Example


Text Example

White with #761E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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