Html Css Color HEX #58123E Tyrian Purple

📋 copy color: '#58123E'

red 88 ◦ green 18 ◦ blue 62

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

Shades of Tyrian Purple #58123E

Tints of Tyrian Purple #58123E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.71%

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

R = 52.38%
G = 10.71%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#58123E (or 0x58123E) is known color: Tyrian Purple. HEX triplet: 58, 12 and 3E. RGB value is (88,18,62). Sum of RGB (Red+Green+Blue) = 88+18+62=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 62 (24.61% from 255 or 36.90% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #58123E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58123E is #A7EDC1. Grayscale: #2B2B2B. Windows color (decimal): -11005378 or 4067928. OLE color: 4067928.

HSL color Cylindrical-coordinate representation of color #58123E: hue angle of 322.29º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58123E is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 18 62 -
CMYK 0 0.80 0.30 0.65
HSL 322.29º 0.66% 0.21% -
HSV(B) 322.29º 0.8% 0.35% -
XYZ 5.11 2.86 4.84 -
YUV 43.95 138.19 159.42 -
System Red Green Blue C M Y K H S L
Decimal 88 18 62 0 0.80 0.30 0.65 322.29 0.66 0.21
Hex 58 12 3E 0 50 1E 41 142 42 15
Octal 130 22 76 0 120 36 101 502 102 25
Binary 1011000 10010 111110 0 1010000 11110 1000001 101000010 1000010 10101

Color Harmonies of #58123E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58123E

Black with #58123E

Text Example


Text Example

White with #58123E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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