Html Css Color HEX #580427 Tyrian Purple

📋 copy color: '#580427'

red 88 ◦ green 4 ◦ blue 39

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

Shades of Tyrian Purple #580427

Tints of Tyrian Purple #580427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 29.77%

R = 67.18%
G = 3.05%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#580427 (or 0x580427) is known color: Tyrian Purple. HEX triplet: 58, 04 and 27. RGB value is (88,4,39). Sum of RGB (Red+Green+Blue) = 88+4+39=131 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.18% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 39 (15.62% from 255 or 29.77% from 131); Max value from RGB is 88 - color contains mainly: red. Hex color #580427 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580427 is #A7FBD8. Grayscale: #212121. Windows color (decimal): -11008985 or 2557016. OLE color: 2557016.

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

Color convert

RGB 88 4 39 -
CMYK 0 0.95 0.56 0.65
HSL 335º 0.91% 0.18% -
HSV(B) 335º 0.95% 0.35% -
XYZ 4.43 2.31 2.13 -
YUV 33.11 131.33 167.15 -
System Red Green Blue C M Y K H S L
Decimal 88 4 39 0 0.95 0.56 0.65 335 0.91 0.18
Hex 58 4 27 0 5F 38 41 14F 5B 12
Octal 130 4 47 0 137 70 101 517 133 22
Binary 1011000 100 100111 0 1011111 111000 1000001 101001111 1011011 10010

Color Harmonies of #580427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580427

Black with #580427

Text Example


Text Example

White with #580427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580427; }

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

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

background-color css

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

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

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

border-color css

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

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

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