Html Css Color HEX #740252 Tyrian Purple

📋 copy color: '#740252'

red 116 ◦ green 2 ◦ blue 82

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

Shades of Tyrian Purple #740252

Tints of Tyrian Purple #740252

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

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

R = 58%
G = 1%
B = 41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#740252 (or 0x740252) is known color: Tyrian Purple. HEX triplet: 74, 02 and 52. RGB value is (116,2,82). Sum of RGB (Red+Green+Blue) = 116+2+82=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #740252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740252 is #8BFDAD. Grayscale: #2D2D2D. Windows color (decimal): -9174446 or 5374580. OLE color: 5374580.

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

Color convert

RGB 116 2 82 -
CMYK 0 0.98 0.29 0.55
HSL 317.89º 0.97% 0.23% -
HSV(B) 317.89º 0.98% 0.45% -
XYZ 8.75 4.37 8.36 -
YUV 45.21 148.77 178.5 -
System Red Green Blue C M Y K H S L
Decimal 116 2 82 0 0.98 0.29 0.55 317.89 0.97 0.23
Hex 74 2 52 0 62 1D 37 13E 61 17
Octal 164 2 122 0 142 35 67 476 141 27
Binary 1110100 10 1010010 0 1100010 11101 110111 100111110 1100001 10111

Color Harmonies of #740252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740252

Black with #740252

Text Example


Text Example

White with #740252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740252; }

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

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

background-color css

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

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

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

border-color css

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

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

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