Html Css Color HEX #740152 Tyrian Purple

📋 copy color: '#740152'

red 116 ◦ green 1 ◦ blue 82

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

Shades of Tyrian Purple #740152

Tints of Tyrian Purple #740152

RGB

 RED value IS 116 (45.7% from 255) = 58.29%

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

 BLUE value IS 82 (32.42% from 255) = 41.21%

R = 58.29%
G = 0.5%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#740152 (or 0x740152) is known color: Tyrian Purple. HEX triplet: 74, 01 and 52. RGB value is (116,1,82). Sum of RGB (Red+Green+Blue) = 116+1+82=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #740152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740152 is #8BFEAD. Grayscale: #2C2C2C. Windows color (decimal): -9174702 or 5374324. OLE color: 5374324.

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

Color convert

RGB 116 1 82 -
CMYK 0 0.99 0.29 0.55
HSL 317.74º 0.98% 0.23% -
HSV(B) 317.74º 0.99% 0.45% -
XYZ 8.74 4.34 8.36 -
YUV 44.62 149.1 178.91 -
System Red Green Blue C M Y K H S L
Decimal 116 1 82 0 0.99 0.29 0.55 317.74 0.98 0.23
Hex 74 1 52 0 63 1D 37 13E 62 17
Octal 164 1 122 0 143 35 67 476 142 27
Binary 1110100 1 1010010 0 1100011 11101 110111 100111110 1100010 10111

Color Harmonies of #740152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740152

Black with #740152

Text Example


Text Example

White with #740152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740152; }

 p { color: rgb(116,1,82); }

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

background-color css

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

 a { background-color: rgb(116,1,82); }

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

border-color css

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

 span { border-color: rgb(116,1,82); }

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