Html Css Color HEX #740233 Tyrian Purple

📋 copy color: '#740233'

red 116 ◦ green 2 ◦ blue 51

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

Shades of Tyrian Purple #740233

Tints of Tyrian Purple #740233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 30.18%

R = 68.64%
G = 1.18%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#740233 (or 0x740233) is known color: Tyrian Purple. HEX triplet: 74, 02 and 33. RGB value is (116,2,51). Sum of RGB (Red+Green+Blue) = 116+2+51=169 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.64% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 116 - color contains mainly: red. Hex color #740233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740233 is #8BFDCC. Grayscale: #292929. Windows color (decimal): -9174477 or 3342964. OLE color: 3342964.

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

Color convert

RGB 116 2 51 -
CMYK 0 0.98 0.56 0.55
HSL 334.21º 0.97% 0.23% -
HSV(B) 334.21º 0.98% 0.45% -
XYZ 7.82 4 3.49 -
YUV 41.67 133.27 181.02 -
System Red Green Blue C M Y K H S L
Decimal 116 2 51 0 0.98 0.56 0.55 334.21 0.97 0.23
Hex 74 2 33 0 62 38 37 14E 61 17
Octal 164 2 63 0 142 70 67 516 141 27
Binary 1110100 10 110011 0 1100010 111000 110111 101001110 1100001 10111

Color Harmonies of #740233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740233

Black with #740233

Text Example


Text Example

White with #740233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740233; }

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

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

background-color css

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

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

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

border-color css

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

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

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