Html Css Color HEX #580325 Tyrian Purple

📋 copy color: '#580325'

red 88 ◦ green 3 ◦ blue 37

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

Shades of Tyrian Purple #580325

Tints of Tyrian Purple #580325

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.34%

 BLUE value IS 37 (14.84% from 255) = 28.91%

R = 68.75%
G = 2.34%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#580325 (or 0x580325) is known color: Tyrian Purple. HEX triplet: 58, 03 and 25. RGB value is (88,3,37). Sum of RGB (Red+Green+Blue) = 88+3+37=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #580325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580325 is #A7FCDA. Grayscale: #202020. Windows color (decimal): -11009243 or 2425688. OLE color: 2425688.

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

Color convert

RGB 88 3 37 -
CMYK 0 0.97 0.58 0.65
HSL 336º 0.93% 0.18% -
HSV(B) 336º 0.97% 0.35% -
XYZ 4.39 2.27 1.96 -
YUV 32.29 130.66 167.74 -
System Red Green Blue C M Y K H S L
Decimal 88 3 37 0 0.97 0.58 0.65 336 0.93 0.18
Hex 58 3 25 0 61 3A 41 150 5D 12
Octal 130 3 45 0 141 72 101 520 135 22
Binary 1011000 11 100101 0 1100001 111010 1000001 101010000 1011101 10010

Color Harmonies of #580325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580325

Black with #580325

Text Example


Text Example

White with #580325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580325; }

 p { color: rgb(88,3,37); }

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

background-color css

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

 a { background-color: rgb(88,3,37); }

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

border-color css

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

 span { border-color: rgb(88,3,37); }

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