Html Css Color HEX #58003D Tyrian Purple

📋 copy color: '#58003D'

red 88 ◦ green 0 ◦ blue 61

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

Shades of Tyrian Purple #58003D

Tints of Tyrian Purple #58003D

RGB

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

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

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

R = 59.06%
G = 0%
B = 40.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#58003D (or 0x58003D) is known color: Tyrian Purple. HEX triplet: 58, 00 and 3D. RGB value is (88,0,61). Sum of RGB (Red+Green+Blue) = 88+0+61=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #58003D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58003D is #A7FFC2. Grayscale: #212121. Windows color (decimal): -11009987 or 3997784. OLE color: 3997784.

HSL color Cylindrical-coordinate representation of color #58003D: hue angle of 318.41º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #58003D is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 0 61 -
CMYK 0 1 0.31 0.65
HSL 318.41º 1% 0.17% -
HSV(B) 318.41º 1% 0.35% -
XYZ 4.87 2.41 4.62 -
YUV 33.27 143.65 167.04 -
System Red Green Blue C M Y K H S L
Decimal 88 0 61 0 1 0.31 0.65 318.41 1 0.17
Hex 58 0 3D 0 64 1F 41 13E 64 11
Octal 130 0 75 0 144 37 101 476 144 21
Binary 1011000 0 111101 0 1100100 11111 1000001 100111110 1100100 10001

Color Harmonies of #58003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58003D

Black with #58003D

Text Example


Text Example

White with #58003D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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