Html Css Color HEX #75024A Tyrian Purple

📋 copy color: '#75024A'

red 117 ◦ green 2 ◦ blue 74

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

Shades of Tyrian Purple #75024A

Tints of Tyrian Purple #75024A

RGB

 RED value IS 117 (46.09% from 255) = 60.62%

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

 BLUE value IS 74 (29.3% from 255) = 38.34%

R = 60.62%
G = 1.04%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#75024A (or 0x75024A) is known color: Tyrian Purple. HEX triplet: 75, 02 and 4A. RGB value is (117,2,74). Sum of RGB (Red+Green+Blue) = 117+2+74=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #75024A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75024A is #8AFDB5. Grayscale: #2C2C2C. Windows color (decimal): -9108918 or 4850293. OLE color: 4850293.

HSL color Cylindrical-coordinate representation of color #75024A: hue angle of 322.43º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #75024A is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 2 74 -
CMYK 0 0.98 0.37 0.54
HSL 322.43º 0.97% 0.23% -
HSV(B) 322.43º 0.98% 0.46% -
XYZ 8.59 4.32 6.86 -
YUV 44.59 144.6 179.65 -
System Red Green Blue C M Y K H S L
Decimal 117 2 74 0 0.98 0.37 0.54 322.43 0.97 0.23
Hex 75 2 4A 0 62 25 36 142 61 17
Octal 165 2 112 0 142 45 66 502 141 27
Binary 1110101 10 1001010 0 1100010 100101 110110 101000010 1100001 10111

Color Harmonies of #75024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75024A

Black with #75024A

Text Example


Text Example

White with #75024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75024A; }

 p { color: rgb(117,2,74); }

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

background-color css

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

 a { background-color: rgb(117,2,74); }

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

border-color css

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

 span { border-color: rgb(117,2,74); }

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