Html Css Color HEX #760441 Tyrian Purple

📋 copy color: '#760441'

red 118 ◦ green 4 ◦ blue 65

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

Shades of Tyrian Purple #760441

Tints of Tyrian Purple #760441

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.14%

 BLUE value IS 65 (25.78% from 255) = 34.76%

R = 63.1%
G = 2.14%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#760441 (or 0x760441) is known color: Tyrian Purple. HEX triplet: 76, 04 and 41. RGB value is (118,4,65). Sum of RGB (Red+Green+Blue) = 118+4+65=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #760441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760441 is #89FBBE. Grayscale: #2C2C2C. Windows color (decimal): -9042879 or 4260982. OLE color: 4260982.

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

Color convert

RGB 118 4 65 -
CMYK 0 0.97 0.45 0.54
HSL 327.89º 0.93% 0.24% -
HSV(B) 327.89º 0.97% 0.46% -
XYZ 8.47 4.32 5.39 -
YUV 45.04 139.27 180.04 -
System Red Green Blue C M Y K H S L
Decimal 118 4 65 0 0.97 0.45 0.54 327.89 0.93 0.24
Hex 76 4 41 0 61 2D 36 148 5D 18
Octal 166 4 101 0 141 55 66 510 135 30
Binary 1110110 100 1000001 0 1100001 101101 110110 101001000 1011101 11000

Color Harmonies of #760441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760441

Black with #760441

Text Example


Text Example

White with #760441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760441; }

 p { color: rgb(118,4,65); }

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

background-color css

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

 a { background-color: rgb(118,4,65); }

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

border-color css

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

 span { border-color: rgb(118,4,65); }

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