Html Css Color HEX #581238 Tyrian Purple

📋 copy color: '#581238'

red 88 ◦ green 18 ◦ blue 56

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

Shades of Tyrian Purple #581238

Tints of Tyrian Purple #581238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 34.57%

R = 54.32%
G = 11.11%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.65

RGB Variations

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

Color information

#581238 (or 0x581238) is known color: Tyrian Purple. HEX triplet: 58, 12 and 38. RGB value is (88,18,56). Sum of RGB (Red+Green+Blue) = 88+18+56=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 56 (22.27% from 255 or 34.57% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #581238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581238 is #A7EDC7. Grayscale: #2B2B2B. Windows color (decimal): -11005384 or 3674712. OLE color: 3674712.

HSL color Cylindrical-coordinate representation of color #581238: hue angle of 327.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 #581238 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 18 56 -
CMYK 0 0.80 0.36 0.65
HSL 327.43º 0.66% 0.21% -
HSV(B) 327.43º 0.8% 0.35% -
XYZ 4.95 2.79 4.02 -
YUV 43.26 135.19 159.91 -
System Red Green Blue C M Y K H S L
Decimal 88 18 56 0 0.80 0.36 0.65 327.43 0.66 0.21
Hex 58 12 38 0 50 24 41 147 42 15
Octal 130 22 70 0 120 44 101 507 102 25
Binary 1011000 10010 111000 0 1010000 100100 1000001 101000111 1000010 10101

Color Harmonies of #581238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581238

Black with #581238

Text Example


Text Example

White with #581238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581238; }

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

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

background-color css

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

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

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

border-color css

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

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

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