Html Css Color HEX #58103E Tyrian Purple

📋 copy color: '#58103E'

red 88 ◦ green 16 ◦ blue 62

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

Shades of Tyrian Purple #58103E

Tints of Tyrian Purple #58103E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.64%

 BLUE value IS 62 (24.61% from 255) = 37.35%

R = 53.01%
G = 9.64%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#58103E (or 0x58103E) is known color: Tyrian Purple. HEX triplet: 58, 10 and 3E. RGB value is (88,16,62). Sum of RGB (Red+Green+Blue) = 88+16+62=166 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.01% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 62 (24.61% from 255 or 37.35% from 166); Max value from RGB is 88 - color contains mainly: red. Hex color #58103E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58103E is #A7EFC1. Grayscale: #2A2A2A. Windows color (decimal): -11005890 or 4067416. OLE color: 4067416.

HSL color Cylindrical-coordinate representation of color #58103E: hue angle of 321.67º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #58103E is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 16 62 -
CMYK 0 0.82 0.30 0.65
HSL 321.67º 0.69% 0.2% -
HSV(B) 321.67º 0.82% 0.35% -
XYZ 5.08 2.79 4.83 -
YUV 42.77 138.85 160.26 -
System Red Green Blue C M Y K H S L
Decimal 88 16 62 0 0.82 0.30 0.65 321.67 0.69 0.2
Hex 58 10 3E 0 52 1E 41 142 45 14
Octal 130 20 76 0 122 36 101 502 105 24
Binary 1011000 10000 111110 0 1010010 11110 1000001 101000010 1000101 10100

Color Harmonies of #58103E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58103E

Black with #58103E

Text Example


Text Example

White with #58103E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,16,62); }

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

background-color css

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

 a { background-color: rgb(88,16,62); }

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

border-color css

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

 span { border-color: rgb(88,16,62); }

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