Html Css Color HEX #58082C Tyrian Purple

📋 copy color: '#58082C'

red 88 ◦ green 8 ◦ blue 44

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

Shades of Tyrian Purple #58082C

Tints of Tyrian Purple #58082C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 31.43%

R = 62.86%
G = 5.71%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#58082C (or 0x58082C) is known color: Tyrian Purple. HEX triplet: 58, 08 and 2C. RGB value is (88,8,44). Sum of RGB (Red+Green+Blue) = 88+8+44=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #58082C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58082C is #A7F7D3. Grayscale: #232323. Windows color (decimal): -11007956 or 2885720. OLE color: 2885720.

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

Color convert

RGB 88 8 44 -
CMYK 0 0.91 0.5 0.65
HSL 333º 0.83% 0.19% -
HSV(B) 333º 0.91% 0.35% -
XYZ 4.57 2.43 2.61 -
YUV 36.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 88 8 44 0 0.91 0.5 0.65 333 0.83 0.19
Hex 58 8 2C 0 5B 32 41 14D 53 13
Octal 130 10 54 0 133 62 101 515 123 23
Binary 1011000 1000 101100 0 1011011 110010 1000001 101001101 1010011 10011

Color Harmonies of #58082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58082C

Black with #58082C

Text Example


Text Example

White with #58082C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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