Html Css Color HEX #580236 Tyrian Purple

📋 copy color: '#580236'

red 88 ◦ green 2 ◦ blue 54

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

Shades of Tyrian Purple #580236

Tints of Tyrian Purple #580236

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.39%

 BLUE value IS 54 (21.48% from 255) = 37.5%

R = 61.11%
G = 1.39%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.65

RGB Variations

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

Color information

#580236 (or 0x580236) is known color: Tyrian Purple. HEX triplet: 58, 02 and 36. RGB value is (88,2,54). Sum of RGB (Red+Green+Blue) = 88+2+54=144 (19% of max value = 765). Red value is 88 (34.77% from 255 or 61.11% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 54 (21.48% from 255 or 37.5% from 144); Max value from RGB is 88 - color contains mainly: red. Hex color #580236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580236 is #A7FDC9. Grayscale: #212121. Windows color (decimal): -11009482 or 3539544. OLE color: 3539544.

HSL color Cylindrical-coordinate representation of color #580236: hue angle of 323.72º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580236 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 2 54 -
CMYK 0 0.98 0.39 0.65
HSL 323.72º 0.96% 0.18% -
HSV(B) 323.72º 0.98% 0.35% -
XYZ 4.71 2.38 3.7 -
YUV 33.64 139.49 166.77 -
System Red Green Blue C M Y K H S L
Decimal 88 2 54 0 0.98 0.39 0.65 323.72 0.96 0.18
Hex 58 2 36 0 62 27 41 144 60 12
Octal 130 2 66 0 142 47 101 504 140 22
Binary 1011000 10 110110 0 1100010 100111 1000001 101000100 1100000 10010

Color Harmonies of #580236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580236

Black with #580236

Text Example


Text Example

White with #580236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580236; }

 p { color: rgb(88,2,54); }

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

background-color css

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

 a { background-color: rgb(88,2,54); }

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

border-color css

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

 span { border-color: rgb(88,2,54); }

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