Html Css Color HEX #760D41 Tyrian Purple

📋 copy color: '#760D41'

red 118 ◦ green 13 ◦ blue 65

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

Shades of Tyrian Purple #760D41

Tints of Tyrian Purple #760D41

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.63%

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

R = 60.2%
G = 6.63%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#760D41 (or 0x760D41) is known color: Tyrian Purple. HEX triplet: 76, 0D and 41. RGB value is (118,13,65). Sum of RGB (Red+Green+Blue) = 118+13+65=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 13 (5.47% from 255 or 6.63% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #760D41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760D41 is #89F2BE. Grayscale: #323232. Windows color (decimal): -9040575 or 4263286. OLE color: 4263286.

HSL color Cylindrical-coordinate representation of color #760D41: hue angle of 330.29º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #760D41 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 13 65 -
CMYK 0 0.89 0.45 0.54
HSL 330.29º 0.8% 0.26% -
HSV(B) 330.29º 0.89% 0.46% -
XYZ 8.57 4.52 5.42 -
YUV 50.32 136.29 176.27 -
System Red Green Blue C M Y K H S L
Decimal 118 13 65 0 0.89 0.45 0.54 330.29 0.8 0.26
Hex 76 D 41 0 59 2D 36 14A 50 1A
Octal 166 15 101 0 131 55 66 512 120 32
Binary 1110110 1101 1000001 0 1011001 101101 110110 101001010 1010000 11010

Color Harmonies of #760D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760D41

Black with #760D41

Text Example


Text Example

White with #760D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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