Html Css Color HEX #58103F Tyrian Purple

📋 copy color: '#58103F'

red 88 ◦ green 16 ◦ blue 63

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

Shades of Tyrian Purple #58103F

Tints of Tyrian Purple #58103F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 37.72%

R = 52.69%
G = 9.58%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#58103F (or 0x58103F) is known color: Tyrian Purple. HEX triplet: 58, 10 and 3F. RGB value is (88,16,63). Sum of RGB (Red+Green+Blue) = 88+16+63=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #58103F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58103F is #A7EFC0. Grayscale: #2A2A2A. Windows color (decimal): -11005889 or 4132952. OLE color: 4132952.

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

Color convert

RGB 88 16 63 -
CMYK 0 0.82 0.28 0.65
HSL 320.83º 0.69% 0.2% -
HSV(B) 320.83º 0.82% 0.35% -
XYZ 5.11 2.8 4.97 -
YUV 42.89 139.35 160.18 -
System Red Green Blue C M Y K H S L
Decimal 88 16 63 0 0.82 0.28 0.65 320.83 0.69 0.2
Hex 58 10 3F 0 52 1C 41 141 45 14
Octal 130 20 77 0 122 34 101 501 105 24
Binary 1011000 10000 111111 0 1010010 11100 1000001 101000001 1000101 10100

Color Harmonies of #58103F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58103F

Black with #58103F

Text Example


Text Example

White with #58103F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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