Html Css Color HEX #760144 Tyrian Purple

📋 copy color: '#760144'

red 118 ◦ green 1 ◦ blue 68

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

Shades of Tyrian Purple #760144

Tints of Tyrian Purple #760144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.36%

R = 63.1%
G = 0.53%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#760144 (or 0x760144) is known color: Tyrian Purple. HEX triplet: 76, 01 and 44. RGB value is (118,1,68). Sum of RGB (Red+Green+Blue) = 118+1+68=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #760144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760144 is #89FEBB. Grayscale: #2B2B2B. Windows color (decimal): -9043644 or 4456822. OLE color: 4456822.

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

Color convert

RGB 118 1 68 -
CMYK 0 0.99 0.42 0.54
HSL 325.64º 0.98% 0.23% -
HSV(B) 325.64º 0.99% 0.46% -
XYZ 8.53 4.29 5.85 -
YUV 43.62 141.76 181.05 -
System Red Green Blue C M Y K H S L
Decimal 118 1 68 0 0.99 0.42 0.54 325.64 0.98 0.23
Hex 76 1 44 0 63 2A 36 146 62 17
Octal 166 1 104 0 143 52 66 506 142 27
Binary 1110110 1 1000100 0 1100011 101010 110110 101000110 1100010 10111

Color Harmonies of #760144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760144

Black with #760144

Text Example


Text Example

White with #760144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760144; }

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

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

background-color css

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

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

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

border-color css

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

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

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