Html Css Color HEX #58103D Tyrian Purple

📋 copy color: '#58103D'

red 88 ◦ green 16 ◦ blue 61

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

Shades of Tyrian Purple #58103D

Tints of Tyrian Purple #58103D

RGB

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

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

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

R = 53.33%
G = 9.7%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#58103D (or 0x58103D) is known color: Tyrian Purple. HEX triplet: 58, 10 and 3D. RGB value is (88,16,61). Sum of RGB (Red+Green+Blue) = 88+16+61=165 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.33% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 61 (24.22% from 255 or 36.97% from 165); Max value from RGB is 88 - color contains mainly: red. Hex color #58103D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58103D is #A7EFC2. Grayscale: #2A2A2A. Windows color (decimal): -11005891 or 4001880. OLE color: 4001880.

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

Color convert

RGB 88 16 61 -
CMYK 0 0.82 0.31 0.65
HSL 322.5º 0.69% 0.2% -
HSV(B) 322.5º 0.82% 0.35% -
XYZ 5.05 2.78 4.69 -
YUV 42.66 138.35 160.34 -
System Red Green Blue C M Y K H S L
Decimal 88 16 61 0 0.82 0.31 0.65 322.5 0.69 0.2
Hex 58 10 3D 0 52 1F 41 142 45 14
Octal 130 20 75 0 122 37 101 502 105 24
Binary 1011000 10000 111101 0 1010010 11111 1000001 101000010 1000101 10100

Color Harmonies of #58103D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58103D

Black with #58103D

Text Example


Text Example

White with #58103D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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