Html Css Color HEX #760039 Tyrian Purple

📋 copy color: '#760039'

red 118 ◦ green 0 ◦ blue 57

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

Shades of Tyrian Purple #760039

Tints of Tyrian Purple #760039

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 57 (22.66% from 255) = 32.57%

R = 67.43%
G = 0%
B = 32.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#760039 (or 0x760039) is known color: Tyrian Purple. HEX triplet: 76, 00 and 39. RGB value is (118,0,57). Sum of RGB (Red+Green+Blue) = 118+0+57=175 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.43% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 57 (22.66% from 255 or 32.57% from 175); Max value from RGB is 118 - color contains mainly: red. Hex color #760039 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760039 is #89FFC6. Grayscale: #292929. Windows color (decimal): -9043911 or 3735670. OLE color: 3735670.

HSL color Cylindrical-coordinate representation of color #760039: hue angle of 331.02º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #760039 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 0 57 -
CMYK 0 1 0.52 0.54
HSL 331.02º 1% 0.23% -
HSV(B) 331.02º 1% 0.46% -
XYZ 8.21 4.15 4.24 -
YUV 41.78 136.59 182.37 -
System Red Green Blue C M Y K H S L
Decimal 118 0 57 0 1 0.52 0.54 331.02 1 0.23
Hex 76 0 39 0 64 34 36 14B 64 17
Octal 166 0 71 0 144 64 66 513 144 27
Binary 1110110 0 111001 0 1100100 110100 110110 101001011 1100100 10111

Color Harmonies of #760039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760039

Black with #760039

Text Example


Text Example

White with #760039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760039; }

 p { color: rgb(118,0,57); }

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

background-color css

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

 a { background-color: rgb(118,0,57); }

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

border-color css

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

 span { border-color: rgb(118,0,57); }

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