Html Css Color HEX #581042 Tyrian Purple

📋 copy color: '#581042'

red 88 ◦ green 16 ◦ blue 66

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

Shades of Tyrian Purple #581042

Tints of Tyrian Purple #581042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 38.82%

R = 51.76%
G = 9.41%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#581042 (or 0x581042) is known color: Tyrian Purple. HEX triplet: 58, 10 and 42. RGB value is (88,16,66). Sum of RGB (Red+Green+Blue) = 88+16+66=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #581042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581042 is #A7EFBD. Grayscale: #2B2B2B. Windows color (decimal): -11005886 or 4329560. OLE color: 4329560.

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

Color convert

RGB 88 16 66 -
CMYK 0 0.82 0.25 0.65
HSL 318.33º 0.69% 0.2% -
HSV(B) 318.33º 0.82% 0.35% -
XYZ 5.19 2.84 5.43 -
YUV 43.23 140.85 159.93 -
System Red Green Blue C M Y K H S L
Decimal 88 16 66 0 0.82 0.25 0.65 318.33 0.69 0.2
Hex 58 10 42 0 52 19 41 13E 45 14
Octal 130 20 102 0 122 31 101 476 105 24
Binary 1011000 10000 1000010 0 1010010 11001 1000001 100111110 1000101 10100

Color Harmonies of #581042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581042

Black with #581042

Text Example


Text Example

White with #581042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581042; }

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

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

background-color css

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

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

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

border-color css

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

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

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