Html Css Color HEX #740248 Tyrian Purple

📋 copy color: '#740248'

red 116 ◦ green 2 ◦ blue 72

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

Shades of Tyrian Purple #740248

Tints of Tyrian Purple #740248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 37.89%

R = 61.05%
G = 1.05%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#740248 (or 0x740248) is known color: Tyrian Purple. HEX triplet: 74, 02 and 48. RGB value is (116,2,72). Sum of RGB (Red+Green+Blue) = 116+2+72=190 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.05% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 116 - color contains mainly: red. Hex color #740248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740248 is #8BFDB7. Grayscale: #2B2B2B. Windows color (decimal): -9174456 or 4719220. OLE color: 4719220.

HSL color Cylindrical-coordinate representation of color #740248: hue angle of 323.16º 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 #740248 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 2 72 -
CMYK 0 0.98 0.38 0.55
HSL 323.16º 0.97% 0.23% -
HSV(B) 323.16º 0.98% 0.45% -
XYZ 8.39 4.22 6.5 -
YUV 44.07 143.77 179.31 -
System Red Green Blue C M Y K H S L
Decimal 116 2 72 0 0.98 0.38 0.55 323.16 0.97 0.23
Hex 74 2 48 0 62 26 37 143 61 17
Octal 164 2 110 0 142 46 67 503 141 27
Binary 1110100 10 1001000 0 1100010 100110 110111 101000011 1100001 10111

Color Harmonies of #740248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740248

Black with #740248

Text Example


Text Example

White with #740248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740248; }

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

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

background-color css

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

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

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

border-color css

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

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

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