Html Css Color HEX #58103B Tyrian Purple

📋 copy color: '#58103B'

red 88 ◦ green 16 ◦ blue 59

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

Shades of Tyrian Purple #58103B

Tints of Tyrian Purple #58103B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 36.2%

R = 53.99%
G = 9.82%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#58103B (or 0x58103B) is known color: Tyrian Purple. HEX triplet: 58, 10 and 3B. RGB value is (88,16,59). Sum of RGB (Red+Green+Blue) = 88+16+59=163 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.99% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 88 - color contains mainly: red. Hex color #58103B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58103B is #A7EFC4. Grayscale: #2A2A2A. Windows color (decimal): -11005893 or 3870808. OLE color: 3870808.

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

Color convert

RGB 88 16 59 -
CMYK 0 0.82 0.33 0.65
HSL 324.17º 0.69% 0.2% -
HSV(B) 324.17º 0.82% 0.35% -
XYZ 5 2.76 4.41 -
YUV 42.43 137.35 160.5 -
System Red Green Blue C M Y K H S L
Decimal 88 16 59 0 0.82 0.33 0.65 324.17 0.69 0.2
Hex 58 10 3B 0 52 21 41 144 45 14
Octal 130 20 73 0 122 41 101 504 105 24
Binary 1011000 10000 111011 0 1010010 100001 1000001 101000100 1000101 10100

Color Harmonies of #58103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58103B

Black with #58103B

Text Example


Text Example

White with #58103B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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