Html Css Color HEX #581034 Tyrian Purple

📋 copy color: '#581034'

red 88 ◦ green 16 ◦ blue 52

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

Shades of Tyrian Purple #581034

Tints of Tyrian Purple #581034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 33.33%

R = 56.41%
G = 10.26%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.65

RGB Variations

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

Color information

#581034 (or 0x581034) is known color: Tyrian Purple. HEX triplet: 58, 10 and 34. RGB value is (88,16,52). Sum of RGB (Red+Green+Blue) = 88+16+52=156 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.41% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 52 (20.70% from 255 or 33.33% from 156); Max value from RGB is 88 - color contains mainly: red. Hex color #581034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581034 is #A7EFCB. Grayscale: #292929. Windows color (decimal): -11005900 or 3412056. OLE color: 3412056.

HSL color Cylindrical-coordinate representation of color #581034: hue angle of 330º 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 #581034 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 16 52 -
CMYK 0 0.82 0.41 0.65
HSL 330º 0.69% 0.2% -
HSV(B) 330º 0.82% 0.35% -
XYZ 4.83 2.69 3.51 -
YUV 41.63 133.85 161.07 -
System Red Green Blue C M Y K H S L
Decimal 88 16 52 0 0.82 0.41 0.65 330 0.69 0.2
Hex 58 10 34 0 52 29 41 14A 45 14
Octal 130 20 64 0 122 51 101 512 105 24
Binary 1011000 10000 110100 0 1010010 101001 1000001 101001010 1000101 10100

Color Harmonies of #581034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581034

Black with #581034

Text Example


Text Example

White with #581034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581034; }

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

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

background-color css

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

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

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

border-color css

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

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

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