Html Css Color HEX #581035 Tyrian Purple

📋 copy color: '#581035'

red 88 ◦ green 16 ◦ blue 53

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

Shades of Tyrian Purple #581035

Tints of Tyrian Purple #581035

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.19%

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

R = 56.05%
G = 10.19%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#581035 (or 0x581035) is known color: Tyrian Purple. HEX triplet: 58, 10 and 35. RGB value is (88,16,53). Sum of RGB (Red+Green+Blue) = 88+16+53=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #581035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581035 is #A7EFCA. Grayscale: #292929. Windows color (decimal): -11005899 or 3477592. OLE color: 3477592.

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

Color convert

RGB 88 16 53 -
CMYK 0 0.82 0.40 0.65
HSL 329.17º 0.69% 0.2% -
HSV(B) 329.17º 0.82% 0.35% -
XYZ 4.85 2.7 3.63 -
YUV 41.75 134.35 160.99 -
System Red Green Blue C M Y K H S L
Decimal 88 16 53 0 0.82 0.40 0.65 329.17 0.69 0.2
Hex 58 10 35 0 52 28 41 149 45 14
Octal 130 20 65 0 122 50 101 511 105 24
Binary 1011000 10000 110101 0 1010010 101000 1000001 101001001 1000101 10100

Color Harmonies of #581035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581035

Black with #581035

Text Example


Text Example

White with #581035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581035; }

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

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

background-color css

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

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

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

border-color css

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

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

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