Html Css Color HEX #58002E Tyrian Purple

📋 copy color: '#58002E'

red 88 ◦ green 0 ◦ blue 46

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

Shades of Tyrian Purple #58002E

Tints of Tyrian Purple #58002E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 34.33%

R = 65.67%
G = 0%
B = 34.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#58002E (or 0x58002E) is known color: Tyrian Purple. HEX triplet: 58, 00 and 2E. RGB value is (88,0,46). Sum of RGB (Red+Green+Blue) = 88+0+46=134 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.67% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 88 - color contains mainly: red. Hex color #58002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58002E is #A7FFD1. Grayscale: #1F1F1F. Windows color (decimal): -11010002 or 3014744. OLE color: 3014744.

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

Color convert

RGB 88 0 46 -
CMYK 0 1 0.48 0.65
HSL 328.64º 1% 0.17% -
HSV(B) 328.64º 1% 0.35% -
XYZ 4.52 2.27 2.79 -
YUV 31.56 136.15 168.26 -
System Red Green Blue C M Y K H S L
Decimal 88 0 46 0 1 0.48 0.65 328.64 1 0.17
Hex 58 0 2E 0 64 30 41 149 64 11
Octal 130 0 56 0 144 60 101 511 144 21
Binary 1011000 0 101110 0 1100100 110000 1000001 101001001 1100100 10001

Color Harmonies of #58002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58002E

Black with #58002E

Text Example


Text Example

White with #58002E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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