Html Css Color HEX #75024C Tyrian Purple

📋 copy color: '#75024C'

red 117 ◦ green 2 ◦ blue 76

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

Shades of Tyrian Purple #75024C

Tints of Tyrian Purple #75024C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 38.97%

R = 60%
G = 1.03%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#75024C (or 0x75024C) is known color: Tyrian Purple. HEX triplet: 75, 02 and 4C. RGB value is (117,2,76). Sum of RGB (Red+Green+Blue) = 117+2+76=195 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 117 - color contains mainly: red. Hex color #75024C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75024C is #8AFDB3. Grayscale: #2C2C2C. Windows color (decimal): -9108916 or 4981365. OLE color: 4981365.

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

Color convert

RGB 117 2 76 -
CMYK 0 0.98 0.35 0.54
HSL 321.39º 0.97% 0.23% -
HSV(B) 321.39º 0.98% 0.46% -
XYZ 8.66 4.35 7.22 -
YUV 44.82 145.6 179.48 -
System Red Green Blue C M Y K H S L
Decimal 117 2 76 0 0.98 0.35 0.54 321.39 0.97 0.23
Hex 75 2 4C 0 62 23 36 141 61 17
Octal 165 2 114 0 142 43 66 501 141 27
Binary 1110101 10 1001100 0 1100010 100011 110110 101000001 1100001 10111

Color Harmonies of #75024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75024C

Black with #75024C

Text Example


Text Example

White with #75024C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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