Html Css Color HEX #580B35 Tyrian Purple

📋 copy color: '#580B35'

red 88 ◦ green 11 ◦ blue 53

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

Shades of Tyrian Purple #580B35

Tints of Tyrian Purple #580B35

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.24%

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

R = 57.89%
G = 7.24%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#580B35 (or 0x580B35) is known color: Tyrian Purple. HEX triplet: 58, 0B and 35. RGB value is (88,11,53). Sum of RGB (Red+Green+Blue) = 88+11+53=152 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.89% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 53 (21.09% from 255 or 34.87% from 152); Max value from RGB is 88 - color contains mainly: red. Hex color #580B35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580B35 is #A7F4CA. Grayscale: #262626. Windows color (decimal): -11007179 or 3476312. OLE color: 3476312.

HSL color Cylindrical-coordinate representation of color #580B35: hue angle of 327.27º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #580B35 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 11 53 -
CMYK 0 0.88 0.40 0.65
HSL 327.27º 0.78% 0.19% -
HSV(B) 327.27º 0.88% 0.35% -
XYZ 4.79 2.57 3.61 -
YUV 38.81 136.01 163.08 -
System Red Green Blue C M Y K H S L
Decimal 88 11 53 0 0.88 0.40 0.65 327.27 0.78 0.19
Hex 58 B 35 0 58 28 41 147 4E 13
Octal 130 13 65 0 130 50 101 507 116 23
Binary 1011000 1011 110101 0 1011000 101000 1000001 101000111 1001110 10011

Color Harmonies of #580B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580B35

Black with #580B35

Text Example


Text Example

White with #580B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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