Html Css Color HEX #580238 Tyrian Purple

📋 copy color: '#580238'

red 88 ◦ green 2 ◦ blue 56

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

Shades of Tyrian Purple #580238

Tints of Tyrian Purple #580238

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.37%

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

R = 60.27%
G = 1.37%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.65

RGB Variations

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

Color information

#580238 (or 0x580238) is known color: Tyrian Purple. HEX triplet: 58, 02 and 38. RGB value is (88,2,56). Sum of RGB (Red+Green+Blue) = 88+2+56=146 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.27% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 56 (22.27% from 255 or 38.36% from 146); Max value from RGB is 88 - color contains mainly: red. Hex color #580238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580238 is #A7FDC7. Grayscale: #212121. Windows color (decimal): -11009480 or 3670616. OLE color: 3670616.

HSL color Cylindrical-coordinate representation of color #580238: hue angle of 322.33º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580238 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 2 56 -
CMYK 0 0.98 0.36 0.65
HSL 322.33º 0.96% 0.18% -
HSV(B) 322.33º 0.98% 0.35% -
XYZ 4.76 2.4 3.95 -
YUV 33.87 140.49 166.61 -
System Red Green Blue C M Y K H S L
Decimal 88 2 56 0 0.98 0.36 0.65 322.33 0.96 0.18
Hex 58 2 38 0 62 24 41 142 60 12
Octal 130 2 70 0 142 44 101 502 140 22
Binary 1011000 10 111000 0 1100010 100100 1000001 101000010 1100000 10010

Color Harmonies of #580238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580238

Black with #580238

Text Example


Text Example

White with #580238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580238; }

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

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

background-color css

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

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

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

border-color css

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

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

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