Html Css Color HEX #760142 Tyrian Purple

📋 copy color: '#760142'

red 118 ◦ green 1 ◦ blue 66

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

Shades of Tyrian Purple #760142

Tints of Tyrian Purple #760142

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

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

R = 63.78%
G = 0.54%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#760142 (or 0x760142) is known color: Tyrian Purple. HEX triplet: 76, 01 and 42. RGB value is (118,1,66). Sum of RGB (Red+Green+Blue) = 118+1+66=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #760142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760142 is #89FEBD. Grayscale: #2B2B2B. Windows color (decimal): -9043646 or 4325750. OLE color: 4325750.

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

Color convert

RGB 118 1 66 -
CMYK 0 0.99 0.44 0.54
HSL 326.67º 0.98% 0.23% -
HSV(B) 326.67º 0.99% 0.46% -
XYZ 8.47 4.27 5.53 -
YUV 43.39 140.76 181.21 -
System Red Green Blue C M Y K H S L
Decimal 118 1 66 0 0.99 0.44 0.54 326.67 0.98 0.23
Hex 76 1 42 0 63 2C 36 147 62 17
Octal 166 1 102 0 143 54 66 507 142 27
Binary 1110110 1 1000010 0 1100011 101100 110110 101000111 1100010 10111

Color Harmonies of #760142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760142

Black with #760142

Text Example


Text Example

White with #760142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760142; }

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

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

background-color css

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

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

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

border-color css

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

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

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