Html Css Color HEX #581346 Tyrian Purple

📋 copy color: '#581346'

red 88 ◦ green 19 ◦ blue 70

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

Shades of Tyrian Purple #581346

Tints of Tyrian Purple #581346

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.73%

 BLUE value IS 70 (27.73% from 255) = 39.55%

R = 49.72%
G = 10.73%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#581346 (or 0x581346) is known color: Tyrian Purple. HEX triplet: 58, 13 and 46. RGB value is (88,19,70). Sum of RGB (Red+Green+Blue) = 88+19+70=177 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.72% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 88 - color contains mainly: red. Hex color #581346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581346 is #A7ECB9. Grayscale: #2D2D2D. Windows color (decimal): -11005114 or 4592472. OLE color: 4592472.

HSL color Cylindrical-coordinate representation of color #581346: hue angle of 315.65º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #581346 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 19 70 -
CMYK 0 0.78 0.20 0.65
HSL 315.65º 0.64% 0.21% -
HSV(B) 315.65º 0.78% 0.35% -
XYZ 5.36 2.98 6.09 -
YUV 45.45 141.86 158.35 -
System Red Green Blue C M Y K H S L
Decimal 88 19 70 0 0.78 0.20 0.65 315.65 0.64 0.21
Hex 58 13 46 0 4E 14 41 13C 40 15
Octal 130 23 106 0 116 24 101 474 100 25
Binary 1011000 10011 1000110 0 1001110 10100 1000001 100111100 1000000 10101

Color Harmonies of #581346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581346

Black with #581346

Text Example


Text Example

White with #581346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581346; }

 p { color: rgb(88,19,70); }

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

background-color css

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

 a { background-color: rgb(88,19,70); }

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

border-color css

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

 span { border-color: rgb(88,19,70); }

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