Html Css Color HEX #58082F Tyrian Purple

📋 copy color: '#58082F'

red 88 ◦ green 8 ◦ blue 47

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

Shades of Tyrian Purple #58082F

Tints of Tyrian Purple #58082F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.59%

 BLUE value IS 47 (18.75% from 255) = 32.87%

R = 61.54%
G = 5.59%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#58082F (or 0x58082F) is known color: Tyrian Purple. HEX triplet: 58, 08 and 2F. RGB value is (88,8,47). Sum of RGB (Red+Green+Blue) = 88+8+47=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #58082F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58082F is #A7F7D0. Grayscale: #242424. Windows color (decimal): -11007953 or 3082328. OLE color: 3082328.

HSL color Cylindrical-coordinate representation of color #58082F: hue angle of 330.75º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #58082F is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 8 47 -
CMYK 0 0.91 0.47 0.65
HSL 330.75º 0.83% 0.19% -
HSV(B) 330.75º 0.91% 0.35% -
XYZ 4.62 2.45 2.92 -
YUV 36.37 134 164.83 -
System Red Green Blue C M Y K H S L
Decimal 88 8 47 0 0.91 0.47 0.65 330.75 0.83 0.19
Hex 58 8 2F 0 5B 2F 41 14B 53 13
Octal 130 10 57 0 133 57 101 513 123 23
Binary 1011000 1000 101111 0 1011011 101111 1000001 101001011 1010011 10011

Color Harmonies of #58082F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58082F

Black with #58082F

Text Example


Text Example

White with #58082F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58082F; }

 p { color: rgb(88,8,47); }

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

background-color css

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

 a { background-color: rgb(88,8,47); }

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

border-color css

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

 span { border-color: rgb(88,8,47); }

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