Html Css Color HEX #580430 Tyrian Purple

📋 copy color: '#580430'

red 88 ◦ green 4 ◦ blue 48

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

Shades of Tyrian Purple #580430

Tints of Tyrian Purple #580430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 34.29%

R = 62.86%
G = 2.86%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#580430 (or 0x580430) is known color: Tyrian Purple. HEX triplet: 58, 04 and 30. RGB value is (88,4,48). Sum of RGB (Red+Green+Blue) = 88+4+48=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #580430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580430 is #A7FBCF. Grayscale: #222222. Windows color (decimal): -11008976 or 3146840. OLE color: 3146840.

HSL color Cylindrical-coordinate representation of color #580430: hue angle of 328.57º 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 #580430 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 4 48 -
CMYK 0 0.95 0.45 0.65
HSL 328.57º 0.91% 0.18% -
HSV(B) 328.57º 0.95% 0.35% -
XYZ 4.6 2.37 3.01 -
YUV 34.13 135.83 166.42 -
System Red Green Blue C M Y K H S L
Decimal 88 4 48 0 0.95 0.45 0.65 328.57 0.91 0.18
Hex 58 4 30 0 5F 2D 41 149 5B 12
Octal 130 4 60 0 137 55 101 511 133 22
Binary 1011000 100 110000 0 1011111 101101 1000001 101001001 1011011 10010

Color Harmonies of #580430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580430

Black with #580430

Text Example


Text Example

White with #580430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580430; }

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

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

background-color css

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

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

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

border-color css

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

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

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