Html Css Color HEX #580334 Tyrian Purple

📋 copy color: '#580334'

red 88 ◦ green 3 ◦ blue 52

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

Shades of Tyrian Purple #580334

Tints of Tyrian Purple #580334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 36.36%

R = 61.54%
G = 2.1%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.65

RGB Variations

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

Color information

#580334 (or 0x580334) is known color: Tyrian Purple. HEX triplet: 58, 03 and 34. RGB value is (88,3,52). Sum of RGB (Red+Green+Blue) = 88+3+52=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #580334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580334 is #A7FCCB. Grayscale: #212121. Windows color (decimal): -11009228 or 3408728. OLE color: 3408728.

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

Color convert

RGB 88 3 52 -
CMYK 0 0.97 0.41 0.65
HSL 325.41º 0.93% 0.18% -
HSV(B) 325.41º 0.97% 0.35% -
XYZ 4.68 2.39 3.46 -
YUV 34 138.16 166.52 -
System Red Green Blue C M Y K H S L
Decimal 88 3 52 0 0.97 0.41 0.65 325.41 0.93 0.18
Hex 58 3 34 0 61 29 41 145 5D 12
Octal 130 3 64 0 141 51 101 505 135 22
Binary 1011000 11 110100 0 1100001 101001 1000001 101000101 1011101 10010

Color Harmonies of #580334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580334

Black with #580334

Text Example


Text Example

White with #580334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580334; }

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

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

background-color css

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

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

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

border-color css

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

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

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