Html Css Color HEX #58082B Tyrian Purple

📋 copy color: '#58082B'

red 88 ◦ green 8 ◦ blue 43

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

Shades of Tyrian Purple #58082B

Tints of Tyrian Purple #58082B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 30.94%

R = 63.31%
G = 5.76%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#58082B (or 0x58082B) is known color: Tyrian Purple. HEX triplet: 58, 08 and 2B. RGB value is (88,8,43). Sum of RGB (Red+Green+Blue) = 88+8+43=139 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.31% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 88 - color contains mainly: red. Hex color #58082B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58082B is #A7F7D4. Grayscale: #232323. Windows color (decimal): -11007957 or 2820184. OLE color: 2820184.

HSL color Cylindrical-coordinate representation of color #58082B: hue angle of 333.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 #58082B is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 8 43 -
CMYK 0 0.91 0.51 0.65
HSL 333.75º 0.83% 0.19% -
HSV(B) 333.75º 0.91% 0.35% -
XYZ 4.55 2.42 2.51 -
YUV 35.91 132 165.15 -
System Red Green Blue C M Y K H S L
Decimal 88 8 43 0 0.91 0.51 0.65 333.75 0.83 0.19
Hex 58 8 2B 0 5B 33 41 14E 53 13
Octal 130 10 53 0 133 63 101 516 123 23
Binary 1011000 1000 101011 0 1011011 110011 1000001 101001110 1010011 10011

Color Harmonies of #58082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58082B

Black with #58082B

Text Example


Text Example

White with #58082B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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