Html Css Color HEX #580026 Tyrian Purple

📋 copy color: '#580026'

red 88 ◦ green 0 ◦ blue 38

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

Shades of Tyrian Purple #580026

Tints of Tyrian Purple #580026

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 38 (15.23% from 255) = 30.16%

R = 69.84%
G = 0%
B = 30.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#580026 (or 0x580026) is known color: Tyrian Purple. HEX triplet: 58, 00 and 26. RGB value is (88,0,38). Sum of RGB (Red+Green+Blue) = 88+0+38=126 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.84% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 88 - color contains mainly: red. Hex color #580026 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580026 is #A7FFD9. Grayscale: #1E1E1E. Windows color (decimal): -11010010 or 2490456. OLE color: 2490456.

HSL color Cylindrical-coordinate representation of color #580026: hue angle of 334.09º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #580026 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 0 38 -
CMYK 0 1 0.57 0.65
HSL 334.09º 1% 0.17% -
HSV(B) 334.09º 1% 0.35% -
XYZ 4.37 2.21 2.03 -
YUV 30.64 132.15 168.91 -
System Red Green Blue C M Y K H S L
Decimal 88 0 38 0 1 0.57 0.65 334.09 1 0.17
Hex 58 0 26 0 64 39 41 14E 64 11
Octal 130 0 46 0 144 71 101 516 144 21
Binary 1011000 0 100110 0 1100100 111001 1000001 101001110 1100100 10001

Color Harmonies of #580026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580026

Black with #580026

Text Example


Text Example

White with #580026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580026; }

 p { color: rgb(88,0,38); }

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

background-color css

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

 a { background-color: rgb(88,0,38); }

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

border-color css

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

 span { border-color: rgb(88,0,38); }

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