Html Css Color HEX #760842 Tyrian Purple

📋 copy color: '#760842'

red 118 ◦ green 8 ◦ blue 66

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

Shades of Tyrian Purple #760842

Tints of Tyrian Purple #760842

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.17%

 BLUE value IS 66 (26.17% from 255) = 34.38%

R = 61.46%
G = 4.17%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#760842 (or 0x760842) is known color: Tyrian Purple. HEX triplet: 76, 08 and 42. RGB value is (118,8,66). Sum of RGB (Red+Green+Blue) = 118+8+66=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #760842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760842 is #89F7BD. Grayscale: #2F2F2F. Windows color (decimal): -9041854 or 4327542. OLE color: 4327542.

HSL color Cylindrical-coordinate representation of color #760842: hue angle of 328.36º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #760842 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 8 66 -
CMYK 0 0.93 0.44 0.54
HSL 328.36º 0.87% 0.25% -
HSV(B) 328.36º 0.93% 0.46% -
XYZ 8.54 4.42 5.56 -
YUV 47.5 138.44 178.28 -
System Red Green Blue C M Y K H S L
Decimal 118 8 66 0 0.93 0.44 0.54 328.36 0.87 0.25
Hex 76 8 42 0 5D 2C 36 148 57 19
Octal 166 10 102 0 135 54 66 510 127 31
Binary 1110110 1000 1000010 0 1011101 101100 110110 101001000 1010111 11001

Color Harmonies of #760842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760842

Black with #760842

Text Example


Text Example

White with #760842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760842; }

 p { color: rgb(118,8,66); }

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

background-color css

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

 a { background-color: rgb(118,8,66); }

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

border-color css

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

 span { border-color: rgb(118,8,66); }

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