Html Css Color HEX #580246 Tyrian Purple

📋 copy color: '#580246'

red 88 ◦ green 2 ◦ blue 70

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

Shades of Tyrian Purple #580246

Tints of Tyrian Purple #580246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 43.75%

R = 55%
G = 1.25%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#580246 (or 0x580246) is known color: Tyrian Purple. HEX triplet: 58, 02 and 46. RGB value is (88,2,70). Sum of RGB (Red+Green+Blue) = 88+2+70=160 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 70 (27.73% from 255 or 43.75% from 160); Max value from RGB is 88 - color contains mainly: red. Hex color #580246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580246 is #A7FDB9. Grayscale: #232323. Windows color (decimal): -11009466 or 4588120. OLE color: 4588120.

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

Color convert

RGB 88 2 70 -
CMYK 0 0.98 0.20 0.65
HSL 312.56º 0.96% 0.18% -
HSV(B) 312.56º 0.98% 0.35% -
XYZ 5.15 2.56 6.02 -
YUV 35.47 147.49 165.47 -
System Red Green Blue C M Y K H S L
Decimal 88 2 70 0 0.98 0.20 0.65 312.56 0.96 0.18
Hex 58 2 46 0 62 14 41 139 60 12
Octal 130 2 106 0 142 24 101 471 140 22
Binary 1011000 10 1000110 0 1100010 10100 1000001 100111001 1100000 10010

Color Harmonies of #580246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580246

Black with #580246

Text Example


Text Example

White with #580246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580246; }

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

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

background-color css

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

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

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

border-color css

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

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

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