Html Css Color HEX #74003D Tyrian Purple

📋 copy color: '#74003D'

red 116 ◦ green 0 ◦ blue 61

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

Shades of Tyrian Purple #74003D

Tints of Tyrian Purple #74003D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 61 (24.22% from 255) = 34.46%

R = 65.54%
G = 0%
B = 34.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#74003D (or 0x74003D) is known color: Tyrian Purple. HEX triplet: 74, 00 and 3D. RGB value is (116,0,61). Sum of RGB (Red+Green+Blue) = 116+0+61=177 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.54% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 116 - color contains mainly: red. Hex color #74003D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74003D is #8BFFC2. Grayscale: #292929. Windows color (decimal): -9174979 or 3997812. OLE color: 3997812.

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

Color convert

RGB 116 0 61 -
CMYK 0 1 0.47 0.55
HSL 328.45º 1% 0.23% -
HSV(B) 328.45º 1% 0.45% -
XYZ 8.04 4.05 4.77 -
YUV 41.64 138.93 181.04 -
System Red Green Blue C M Y K H S L
Decimal 116 0 61 0 1 0.47 0.55 328.45 1 0.23
Hex 74 0 3D 0 64 2F 37 148 64 17
Octal 164 0 75 0 144 57 67 510 144 27
Binary 1110100 0 111101 0 1100100 101111 110111 101001000 1100100 10111

Color Harmonies of #74003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74003D

Black with #74003D

Text Example


Text Example

White with #74003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74003D; }

 p { color: rgb(116,0,61); }

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

background-color css

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

 a { background-color: rgb(116,0,61); }

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

border-color css

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

 span { border-color: rgb(116,0,61); }

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