Html Css Color HEX #580226 Tyrian Purple

📋 copy color: '#580226'

red 88 ◦ green 2 ◦ blue 38

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

Shades of Tyrian Purple #580226

Tints of Tyrian Purple #580226

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.56%

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

R = 68.75%
G = 1.56%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#580226 (or 0x580226) is known color: Tyrian Purple. HEX triplet: 58, 02 and 26. RGB value is (88,2,38). Sum of RGB (Red+Green+Blue) = 88+2+38=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #580226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580226 is #A7FDD9. Grayscale: #1F1F1F. Windows color (decimal): -11009498 or 2490968. OLE color: 2490968.

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

Color convert

RGB 88 2 38 -
CMYK 0 0.98 0.57 0.65
HSL 334.88º 0.96% 0.18% -
HSV(B) 334.88º 0.98% 0.35% -
XYZ 4.4 2.26 2.04 -
YUV 31.82 131.49 168.07 -
System Red Green Blue C M Y K H S L
Decimal 88 2 38 0 0.98 0.57 0.65 334.88 0.96 0.18
Hex 58 2 26 0 62 39 41 14F 60 12
Octal 130 2 46 0 142 71 101 517 140 22
Binary 1011000 10 100110 0 1100010 111001 1000001 101001111 1100000 10010

Color Harmonies of #580226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580226

Black with #580226

Text Example


Text Example

White with #580226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580226; }

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

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

background-color css

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

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

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

border-color css

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

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

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