Html Css Color HEX #580F35 Tyrian Purple

📋 copy color: '#580F35'

red 88 ◦ green 15 ◦ blue 53

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

Shades of Tyrian Purple #580F35

Tints of Tyrian Purple #580F35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 33.97%

R = 56.41%
G = 9.62%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#580F35 (or 0x580F35) is known color: Tyrian Purple. HEX triplet: 58, 0F and 35. RGB value is (88,15,53). Sum of RGB (Red+Green+Blue) = 88+15+53=156 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.41% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 53 (21.09% from 255 or 33.97% from 156); Max value from RGB is 88 - color contains mainly: red. Hex color #580F35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580F35 is #A7F0CA. Grayscale: #292929. Windows color (decimal): -11006155 or 3477336. OLE color: 3477336.

HSL color Cylindrical-coordinate representation of color #580F35: hue angle of 328.77º 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 #580F35 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 15 53 -
CMYK 0 0.83 0.40 0.65
HSL 328.77º 0.71% 0.2% -
HSV(B) 328.77º 0.83% 0.35% -
XYZ 4.84 2.67 3.63 -
YUV 41.16 134.68 161.41 -
System Red Green Blue C M Y K H S L
Decimal 88 15 53 0 0.83 0.40 0.65 328.77 0.71 0.2
Hex 58 F 35 0 53 28 41 149 47 14
Octal 130 17 65 0 123 50 101 511 107 24
Binary 1011000 1111 110101 0 1010011 101000 1000001 101001001 1000111 10100

Color Harmonies of #580F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580F35

Black with #580F35

Text Example


Text Example

White with #580F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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