Html Css Color HEX #580326 Tyrian Purple

📋 copy color: '#580326'

red 88 ◦ green 3 ◦ blue 38

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

Shades of Tyrian Purple #580326

Tints of Tyrian Purple #580326

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.33%

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

R = 68.22%
G = 2.33%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#580326 (or 0x580326) is known color: Tyrian Purple. HEX triplet: 58, 03 and 26. RGB value is (88,3,38). Sum of RGB (Red+Green+Blue) = 88+3+38=129 (17% of max value = 765). Red value is 88 (34.77% from 255 or 68.22% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 38 (15.23% from 255 or 29.46% from 129); Max value from RGB is 88 - color contains mainly: red. Hex color #580326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580326 is #A7FCD9. Grayscale: #202020. Windows color (decimal): -11009242 or 2491224. OLE color: 2491224.

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

Color convert

RGB 88 3 38 -
CMYK 0 0.97 0.57 0.65
HSL 335.29º 0.93% 0.18% -
HSV(B) 335.29º 0.97% 0.35% -
XYZ 4.41 2.28 2.04 -
YUV 32.41 131.16 167.65 -
System Red Green Blue C M Y K H S L
Decimal 88 3 38 0 0.97 0.57 0.65 335.29 0.93 0.18
Hex 58 3 26 0 61 39 41 14F 5D 12
Octal 130 3 46 0 141 71 101 517 135 22
Binary 1011000 11 100110 0 1100001 111001 1000001 101001111 1011101 10010

Color Harmonies of #580326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580326

Black with #580326

Text Example


Text Example

White with #580326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580326; }

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

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

background-color css

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

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

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

border-color css

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

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

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