Html Css Color HEX #580330 Tyrian Purple

📋 copy color: '#580330'

red 88 ◦ green 3 ◦ blue 48

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

Shades of Tyrian Purple #580330

Tints of Tyrian Purple #580330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 34.53%

R = 63.31%
G = 2.16%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#580330 (or 0x580330) is known color: Tyrian Purple. HEX triplet: 58, 03 and 30. RGB value is (88,3,48). Sum of RGB (Red+Green+Blue) = 88+3+48=139 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.31% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 88 - color contains mainly: red. Hex color #580330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580330 is #A7FCCF. Grayscale: #212121. Windows color (decimal): -11009232 or 3146584. OLE color: 3146584.

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

Color convert

RGB 88 3 48 -
CMYK 0 0.97 0.45 0.65
HSL 328.24º 0.93% 0.18% -
HSV(B) 328.24º 0.97% 0.35% -
XYZ 4.59 2.35 3.01 -
YUV 33.55 136.16 166.84 -
System Red Green Blue C M Y K H S L
Decimal 88 3 48 0 0.97 0.45 0.65 328.24 0.93 0.18
Hex 58 3 30 0 61 2D 41 148 5D 12
Octal 130 3 60 0 141 55 101 510 135 22
Binary 1011000 11 110000 0 1100001 101101 1000001 101001000 1011101 10010

Color Harmonies of #580330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580330

Black with #580330

Text Example


Text Example

White with #580330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580330; }

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

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

background-color css

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

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

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

border-color css

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

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

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