Html Css Color HEX #75024D Tyrian Purple

📋 copy color: '#75024D'

red 117 ◦ green 2 ◦ blue 77

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

Shades of Tyrian Purple #75024D

Tints of Tyrian Purple #75024D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 39.29%

R = 59.69%
G = 1.02%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#75024D (or 0x75024D) is known color: Tyrian Purple. HEX triplet: 75, 02 and 4D. RGB value is (117,2,77). Sum of RGB (Red+Green+Blue) = 117+2+77=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #75024D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75024D is #8AFDB2. Grayscale: #2C2C2C. Windows color (decimal): -9108915 or 5046901. OLE color: 5046901.

HSL color Cylindrical-coordinate representation of color #75024D: hue angle of 320.87º 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 #75024D is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 2 77 -
CMYK 0 0.98 0.34 0.54
HSL 320.87º 0.97% 0.23% -
HSV(B) 320.87º 0.98% 0.46% -
XYZ 8.7 4.36 7.4 -
YUV 44.94 146.1 179.4 -
System Red Green Blue C M Y K H S L
Decimal 117 2 77 0 0.98 0.34 0.54 320.87 0.97 0.23
Hex 75 2 4D 0 62 22 36 141 61 17
Octal 165 2 115 0 142 42 66 501 141 27
Binary 1110101 10 1001101 0 1100010 100010 110110 101000001 1100001 10111

Color Harmonies of #75024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75024D

Black with #75024D

Text Example


Text Example

White with #75024D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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