Html Css Color HEX #581045 Tyrian Purple

📋 copy color: '#581045'

red 88 ◦ green 16 ◦ blue 69

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

Shades of Tyrian Purple #581045

Tints of Tyrian Purple #581045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 39.88%

R = 50.87%
G = 9.25%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#581045 (or 0x581045) is known color: Tyrian Purple. HEX triplet: 58, 10 and 45. RGB value is (88,16,69). Sum of RGB (Red+Green+Blue) = 88+16+69=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #581045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581045 is #A7EFBA. Grayscale: #2B2B2B. Windows color (decimal): -11005883 or 4526168. OLE color: 4526168.

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

Color convert

RGB 88 16 69 -
CMYK 0 0.82 0.22 0.65
HSL 315.83º 0.69% 0.2% -
HSV(B) 315.83º 0.82% 0.35% -
XYZ 5.28 2.87 5.91 -
YUV 43.57 142.35 159.69 -
System Red Green Blue C M Y K H S L
Decimal 88 16 69 0 0.82 0.22 0.65 315.83 0.69 0.2
Hex 58 10 45 0 52 16 41 13C 45 14
Octal 130 20 105 0 122 26 101 474 105 24
Binary 1011000 10000 1000101 0 1010010 10110 1000001 100111100 1000101 10100

Color Harmonies of #581045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581045

Black with #581045

Text Example


Text Example

White with #581045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581045; }

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

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

background-color css

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

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

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

border-color css

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

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

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