Html Css Color HEX #760541 Tyrian Purple

📋 copy color: '#760541'

red 118 ◦ green 5 ◦ blue 65

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

Shades of Tyrian Purple #760541

Tints of Tyrian Purple #760541

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.66%

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

R = 62.77%
G = 2.66%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#760541 (or 0x760541) is known color: Tyrian Purple. HEX triplet: 76, 05 and 41. RGB value is (118,5,65). Sum of RGB (Red+Green+Blue) = 118+5+65=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #760541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760541 is #89FABE. Grayscale: #2D2D2D. Windows color (decimal): -9042623 or 4261238. OLE color: 4261238.

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

Color convert

RGB 118 5 65 -
CMYK 0 0.96 0.45 0.54
HSL 328.14º 0.92% 0.24% -
HSV(B) 328.14º 0.96% 0.46% -
XYZ 8.48 4.34 5.39 -
YUV 45.63 138.94 179.62 -
System Red Green Blue C M Y K H S L
Decimal 118 5 65 0 0.96 0.45 0.54 328.14 0.92 0.24
Hex 76 5 41 0 60 2D 36 148 5C 18
Octal 166 5 101 0 140 55 66 510 134 30
Binary 1110110 101 1000001 0 1100000 101101 110110 101001000 1011100 11000

Color Harmonies of #760541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760541

Black with #760541

Text Example


Text Example

White with #760541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760541; }

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

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

background-color css

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

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

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

border-color css

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

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

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