Html Css Color HEX #58002D Tyrian Purple

📋 copy color: '#58002D'

red 88 ◦ green 0 ◦ blue 45

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

Shades of Tyrian Purple #58002D

Tints of Tyrian Purple #58002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 33.83%

R = 66.17%
G = 0%
B = 33.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#58002D (or 0x58002D) is known color: Tyrian Purple. HEX triplet: 58, 00 and 2D. RGB value is (88,0,45). Sum of RGB (Red+Green+Blue) = 88+0+45=133 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.17% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 88 - color contains mainly: red. Hex color #58002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58002D is #A7FFD2. Grayscale: #1F1F1F. Windows color (decimal): -11010003 or 2949208. OLE color: 2949208.

HSL color Cylindrical-coordinate representation of color #58002D: hue angle of 329.32º 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 #58002D is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 0 45 -
CMYK 0 1 0.49 0.65
HSL 329.32º 1% 0.17% -
HSV(B) 329.32º 1% 0.35% -
XYZ 4.5 2.26 2.68 -
YUV 31.44 135.65 168.34 -
System Red Green Blue C M Y K H S L
Decimal 88 0 45 0 1 0.49 0.65 329.32 1 0.17
Hex 58 0 2D 0 64 31 41 149 64 11
Octal 130 0 55 0 144 61 101 511 144 21
Binary 1011000 0 101101 0 1100100 110001 1000001 101001001 1100100 10001

Color Harmonies of #58002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58002D

Black with #58002D

Text Example


Text Example

White with #58002D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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