Html Css Color HEX #58024C Tyrian Purple

📋 copy color: '#58024C'

red 88 ◦ green 2 ◦ blue 76

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

Shades of Tyrian Purple #58024C

Tints of Tyrian Purple #58024C

RGB

 RED value IS 88 (34.77% from 255) = 53.01%

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

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

R = 53.01%
G = 1.2%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#58024C (or 0x58024C) is known color: Tyrian Purple. HEX triplet: 58, 02 and 4C. RGB value is (88,2,76). Sum of RGB (Red+Green+Blue) = 88+2+76=166 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.01% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 76 (30.08% from 255 or 45.78% from 166); Max value from RGB is 88 - color contains mainly: red. Hex color #58024C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58024C is #A7FDB3. Grayscale: #232323. Windows color (decimal): -11009460 or 4981336. OLE color: 4981336.

HSL color Cylindrical-coordinate representation of color #58024C: hue angle of 308.37º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #58024C is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 2 76 -
CMYK 0 0.98 0.14 0.65
HSL 308.37º 0.96% 0.18% -
HSV(B) 308.37º 0.98% 0.35% -
XYZ 5.35 2.64 7.07 -
YUV 36.15 150.49 164.98 -
System Red Green Blue C M Y K H S L
Decimal 88 2 76 0 0.98 0.14 0.65 308.37 0.96 0.18
Hex 58 2 4C 0 62 E 41 134 60 12
Octal 130 2 114 0 142 16 101 464 140 22
Binary 1011000 10 1001100 0 1100010 1110 1000001 100110100 1100000 10010

Color Harmonies of #58024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58024C

Black with #58024C

Text Example


Text Example

White with #58024C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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