Html Css Color HEX #760240 Tyrian Purple

📋 copy color: '#760240'

red 118 ◦ green 2 ◦ blue 64

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

Shades of Tyrian Purple #760240

Tints of Tyrian Purple #760240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 34.78%

R = 64.13%
G = 1.09%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#760240 (or 0x760240) is known color: Tyrian Purple. HEX triplet: 76, 02 and 40. RGB value is (118,2,64). Sum of RGB (Red+Green+Blue) = 118+2+64=184 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.13% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 118 - color contains mainly: red. Hex color #760240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760240 is #89FDBF. Grayscale: #2B2B2B. Windows color (decimal): -9043392 or 4194934. OLE color: 4194934.

HSL color Cylindrical-coordinate representation of color #760240: hue angle of 327.93º 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 #760240 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 2 64 -
CMYK 0 0.98 0.46 0.54
HSL 327.93º 0.97% 0.24% -
HSV(B) 327.93º 0.98% 0.46% -
XYZ 8.42 4.27 5.23 -
YUV 43.75 139.43 180.96 -
System Red Green Blue C M Y K H S L
Decimal 118 2 64 0 0.98 0.46 0.54 327.93 0.97 0.24
Hex 76 2 40 0 62 2E 36 148 61 18
Octal 166 2 100 0 142 56 66 510 141 30
Binary 1110110 10 1000000 0 1100010 101110 110110 101001000 1100001 11000

Color Harmonies of #760240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760240

Black with #760240

Text Example


Text Example

White with #760240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760240; }

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

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

background-color css

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

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

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

border-color css

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

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

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