Html Css Color HEX #740238 Tyrian Purple

📋 copy color: '#740238'

red 116 ◦ green 2 ◦ blue 56

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

Shades of Tyrian Purple #740238

Tints of Tyrian Purple #740238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 32.18%

R = 66.67%
G = 1.15%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#740238 (or 0x740238) is known color: Tyrian Purple. HEX triplet: 74, 02 and 38. RGB value is (116,2,56). Sum of RGB (Red+Green+Blue) = 116+2+56=174 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.67% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 56 (22.27% from 255 or 32.18% from 174); Max value from RGB is 116 - color contains mainly: red. Hex color #740238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740238 is #8BFDC7. Grayscale: #2A2A2A. Windows color (decimal): -9174472 or 3670644. OLE color: 3670644.

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

Color convert

RGB 116 2 56 -
CMYK 0 0.98 0.52 0.55
HSL 331.58º 0.97% 0.23% -
HSV(B) 331.58º 0.98% 0.45% -
XYZ 7.94 4.04 4.1 -
YUV 42.24 135.77 180.61 -
System Red Green Blue C M Y K H S L
Decimal 116 2 56 0 0.98 0.52 0.55 331.58 0.97 0.23
Hex 74 2 38 0 62 34 37 14C 61 17
Octal 164 2 70 0 142 64 67 514 141 27
Binary 1110100 10 111000 0 1100010 110100 110111 101001100 1100001 10111

Color Harmonies of #740238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740238

Black with #740238

Text Example


Text Example

White with #740238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740238; }

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

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

background-color css

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

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

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

border-color css

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

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

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