Html Css Color HEX #760241 Tyrian Purple

📋 copy color: '#760241'

red 118 ◦ green 2 ◦ blue 65

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

Shades of Tyrian Purple #760241

Tints of Tyrian Purple #760241

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.08%

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

R = 63.78%
G = 1.08%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#760241 (or 0x760241) is known color: Tyrian Purple. HEX triplet: 76, 02 and 41. RGB value is (118,2,65). Sum of RGB (Red+Green+Blue) = 118+2+65=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #760241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760241 is #89FDBE. Grayscale: #2B2B2B. Windows color (decimal): -9043391 or 4260470. OLE color: 4260470.

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

Color convert

RGB 118 2 65 -
CMYK 0 0.98 0.45 0.54
HSL 327.41º 0.97% 0.24% -
HSV(B) 327.41º 0.98% 0.46% -
XYZ 8.45 4.28 5.38 -
YUV 43.87 139.93 180.88 -
System Red Green Blue C M Y K H S L
Decimal 118 2 65 0 0.98 0.45 0.54 327.41 0.97 0.24
Hex 76 2 41 0 62 2D 36 147 61 18
Octal 166 2 101 0 142 55 66 507 141 30
Binary 1110110 10 1000001 0 1100010 101101 110110 101000111 1100001 11000

Color Harmonies of #760241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760241

Black with #760241

Text Example


Text Example

White with #760241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760241; }

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

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

background-color css

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

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

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

border-color css

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

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

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