Html Css Color HEX #580425 Tyrian Purple

📋 copy color: '#580425'

red 88 ◦ green 4 ◦ blue 37

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

Shades of Tyrian Purple #580425

Tints of Tyrian Purple #580425

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.1%

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

R = 68.22%
G = 3.1%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#580425 (or 0x580425) is known color: Tyrian Purple. HEX triplet: 58, 04 and 25. RGB value is (88,4,37). Sum of RGB (Red+Green+Blue) = 88+4+37=129 (17% of max value = 765). Red value is 88 (34.77% from 255 or 68.22% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 88 - color contains mainly: red. Hex color #580425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580425 is #A7FBDA. Grayscale: #202020. Windows color (decimal): -11008987 or 2425944. OLE color: 2425944.

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

Color convert

RGB 88 4 37 -
CMYK 0 0.95 0.58 0.65
HSL 336.43º 0.91% 0.18% -
HSV(B) 336.43º 0.95% 0.35% -
XYZ 4.4 2.3 1.96 -
YUV 32.88 130.33 167.32 -
System Red Green Blue C M Y K H S L
Decimal 88 4 37 0 0.95 0.58 0.65 336.43 0.91 0.18
Hex 58 4 25 0 5F 3A 41 150 5B 12
Octal 130 4 45 0 137 72 101 520 133 22
Binary 1011000 100 100101 0 1011111 111010 1000001 101010000 1011011 10010

Color Harmonies of #580425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580425

Black with #580425

Text Example


Text Example

White with #580425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580425; }

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

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

background-color css

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

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

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

border-color css

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

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

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