Html Css Color HEX #581246 Tyrian Purple

📋 copy color: '#581246'

red 88 ◦ green 18 ◦ blue 70

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

Shades of Tyrian Purple #581246

Tints of Tyrian Purple #581246

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.23%

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

R = 50%
G = 10.23%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#581246 (or 0x581246) is known color: Tyrian Purple. HEX triplet: 58, 12 and 46. RGB value is (88,18,70). Sum of RGB (Red+Green+Blue) = 88+18+70=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #581246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581246 is #A7EDB9. Grayscale: #2C2C2C. Windows color (decimal): -11005370 or 4592216. OLE color: 4592216.

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

Color convert

RGB 88 18 70 -
CMYK 0 0.80 0.20 0.65
HSL 315.43º 0.66% 0.21% -
HSV(B) 315.43º 0.8% 0.35% -
XYZ 5.35 2.95 6.08 -
YUV 44.86 142.19 158.77 -
System Red Green Blue C M Y K H S L
Decimal 88 18 70 0 0.80 0.20 0.65 315.43 0.66 0.21
Hex 58 12 46 0 50 14 41 13B 42 15
Octal 130 22 106 0 120 24 101 473 102 25
Binary 1011000 10010 1000110 0 1010000 10100 1000001 100111011 1000010 10101

Color Harmonies of #581246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581246

Black with #581246

Text Example


Text Example

White with #581246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581246; }

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

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

background-color css

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

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

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

border-color css

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

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

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