Html Css Color HEX #580F3A Tyrian Purple

📋 copy color: '#580F3A'

red 88 ◦ green 15 ◦ blue 58

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

Shades of Tyrian Purple #580F3A

Tints of Tyrian Purple #580F3A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.32%

 BLUE value IS 58 (23.05% from 255) = 36.02%

R = 54.66%
G = 9.32%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#580F3A (or 0x580F3A) is known color: Tyrian Purple. HEX triplet: 58, 0F and 3A. RGB value is (88,15,58). Sum of RGB (Red+Green+Blue) = 88+15+58=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 15 (6.25% from 255 or 9.32% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #580F3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580F3A is #A7F0C5. Grayscale: #292929. Windows color (decimal): -11006150 or 3805016. OLE color: 3805016.

HSL color Cylindrical-coordinate representation of color #580F3A: hue angle of 324.66º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #580F3A is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 15 58 -
CMYK 0 0.83 0.34 0.65
HSL 324.66º 0.71% 0.2% -
HSV(B) 324.66º 0.83% 0.35% -
XYZ 4.96 2.72 4.27 -
YUV 41.73 137.18 161 -
System Red Green Blue C M Y K H S L
Decimal 88 15 58 0 0.83 0.34 0.65 324.66 0.71 0.2
Hex 58 F 3A 0 53 22 41 145 47 14
Octal 130 17 72 0 123 42 101 505 107 24
Binary 1011000 1111 111010 0 1010011 100010 1000001 101000101 1000111 10100

Color Harmonies of #580F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580F3A

Black with #580F3A

Text Example


Text Example

White with #580F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580F3A; }

 p { color: rgb(88,15,58); }

 H1.HeaderClassName
 {
   color: #580F3A;
 }
 .AnyTagClassName
 {
   color: #580F3A;
 }
</style>

background-color css

<style>
 a { background-color: #580F3A; }

 a { background-color: rgb(88,15,58); }

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

border-color css

<style>
 span { border-color: #580F3A; }

 span { border-color: rgb(88,15,58); }

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