Html Css Color HEX #580F42 Tyrian Purple

📋 copy color: '#580F42'

red 88 ◦ green 15 ◦ blue 66

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

Shades of Tyrian Purple #580F42

Tints of Tyrian Purple #580F42

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.88%

 BLUE value IS 66 (26.17% from 255) = 39.05%

R = 52.07%
G = 8.88%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#580F42 (or 0x580F42) is known color: Tyrian Purple. HEX triplet: 58, 0F and 42. RGB value is (88,15,66). Sum of RGB (Red+Green+Blue) = 88+15+66=169 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.07% from 169); Green value is 15 (6.25% from 255 or 8.88% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 88 - color contains mainly: red. Hex color #580F42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580F42 is #A7F0BD. Grayscale: #2A2A2A. Windows color (decimal): -11006142 or 4329304. OLE color: 4329304.

HSL color Cylindrical-coordinate representation of color #580F42: hue angle of 318.08º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #580F42 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 15 66 -
CMYK 0 0.83 0.25 0.65
HSL 318.08º 0.71% 0.2% -
HSV(B) 318.08º 0.83% 0.35% -
XYZ 5.18 2.81 5.42 -
YUV 42.64 141.18 160.35 -
System Red Green Blue C M Y K H S L
Decimal 88 15 66 0 0.83 0.25 0.65 318.08 0.71 0.2
Hex 58 F 42 0 53 19 41 13E 47 14
Octal 130 17 102 0 123 31 101 476 107 24
Binary 1011000 1111 1000010 0 1010011 11001 1000001 100111110 1000111 10100

Color Harmonies of #580F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580F42

Black with #580F42

Text Example


Text Example

White with #580F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580F42; }

 p { color: rgb(88,15,66); }

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

background-color css

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

 a { background-color: rgb(88,15,66); }

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

border-color css

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

 span { border-color: rgb(88,15,66); }

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