Html Css Color HEX #580135 Tyrian Purple

📋 copy color: '#580135'

red 88 ◦ green 1 ◦ blue 53

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

Shades of Tyrian Purple #580135

Tints of Tyrian Purple #580135

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.7%

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

R = 61.97%
G = 0.7%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#580135 (or 0x580135) is known color: Tyrian Purple. HEX triplet: 58, 01 and 35. RGB value is (88,1,53). Sum of RGB (Red+Green+Blue) = 88+1+53=142 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.97% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 53 (21.09% from 255 or 37.32% from 142); Max value from RGB is 88 - color contains mainly: red. Hex color #580135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580135 is #A7FECA. Grayscale: #202020. Windows color (decimal): -11009739 or 3473752. OLE color: 3473752.

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

Color convert

RGB 88 1 53 -
CMYK 0 0.99 0.40 0.65
HSL 324.14º 0.98% 0.17% -
HSV(B) 324.14º 0.99% 0.35% -
XYZ 4.68 2.35 3.58 -
YUV 32.94 139.32 167.27 -
System Red Green Blue C M Y K H S L
Decimal 88 1 53 0 0.99 0.40 0.65 324.14 0.98 0.17
Hex 58 1 35 0 63 28 41 144 62 11
Octal 130 1 65 0 143 50 101 504 142 21
Binary 1011000 1 110101 0 1100011 101000 1000001 101000100 1100010 10001

Color Harmonies of #580135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580135

Black with #580135

Text Example


Text Example

White with #580135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580135; }

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

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

background-color css

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

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

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

border-color css

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

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

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