Html Css Color HEX #580225 Tyrian Purple

📋 copy color: '#580225'

red 88 ◦ green 2 ◦ blue 37

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

Shades of Tyrian Purple #580225

Tints of Tyrian Purple #580225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 29.13%

R = 69.29%
G = 1.57%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#580225 (or 0x580225) is known color: Tyrian Purple. HEX triplet: 58, 02 and 25. RGB value is (88,2,37). Sum of RGB (Red+Green+Blue) = 88+2+37=127 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.29% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 37 (14.84% from 255 or 29.13% from 127); Max value from RGB is 88 - color contains mainly: red. Hex color #580225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580225 is #A7FDDA. Grayscale: #1F1F1F. Windows color (decimal): -11009499 or 2425432. OLE color: 2425432.

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

Color convert

RGB 88 2 37 -
CMYK 0 0.98 0.58 0.65
HSL 335.58º 0.96% 0.18% -
HSV(B) 335.58º 0.98% 0.35% -
XYZ 4.38 2.25 1.95 -
YUV 31.7 130.99 168.15 -
System Red Green Blue C M Y K H S L
Decimal 88 2 37 0 0.98 0.58 0.65 335.58 0.96 0.18
Hex 58 2 25 0 62 3A 41 150 60 12
Octal 130 2 45 0 142 72 101 520 140 22
Binary 1011000 10 100101 0 1100010 111010 1000001 101010000 1100000 10010

Color Harmonies of #580225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580225

Black with #580225

Text Example


Text Example

White with #580225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580225; }

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

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

background-color css

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

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

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

border-color css

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

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

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