Html Css Color HEX #760841 Tyrian Purple

📋 copy color: '#760841'

red 118 ◦ green 8 ◦ blue 65

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

Shades of Tyrian Purple #760841

Tints of Tyrian Purple #760841

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.19%

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

R = 61.78%
G = 4.19%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#760841 (or 0x760841) is known color: Tyrian Purple. HEX triplet: 76, 08 and 41. RGB value is (118,8,65). Sum of RGB (Red+Green+Blue) = 118+8+65=191 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.78% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 118 - color contains mainly: red. Hex color #760841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760841 is #89F7BE. Grayscale: #2F2F2F. Windows color (decimal): -9041855 or 4262006. OLE color: 4262006.

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

Color convert

RGB 118 8 65 -
CMYK 0 0.93 0.45 0.54
HSL 328.91º 0.87% 0.25% -
HSV(B) 328.91º 0.93% 0.46% -
XYZ 8.51 4.41 5.4 -
YUV 47.39 137.94 178.37 -
System Red Green Blue C M Y K H S L
Decimal 118 8 65 0 0.93 0.45 0.54 328.91 0.87 0.25
Hex 76 8 41 0 5D 2D 36 149 57 19
Octal 166 10 101 0 135 55 66 511 127 31
Binary 1110110 1000 1000001 0 1011101 101101 110110 101001001 1010111 11001

Color Harmonies of #760841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760841

Black with #760841

Text Example


Text Example

White with #760841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760841; }

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

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

background-color css

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

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

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

border-color css

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

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

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