Html Css Color HEX #58002C Tyrian Purple

📋 copy color: '#58002C'

red 88 ◦ green 0 ◦ blue 44

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

Shades of Tyrian Purple #58002C

Tints of Tyrian Purple #58002C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 66.67%
G = 0%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#58002C (or 0x58002C) is known color: Tyrian Purple. HEX triplet: 58, 00 and 2C. RGB value is (88,0,44). Sum of RGB (Red+Green+Blue) = 88+0+44=132 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.67% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 88 - color contains mainly: red. Hex color #58002C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58002C is #A7FFD3. Grayscale: #1F1F1F. Windows color (decimal): -11010004 or 2883672. OLE color: 2883672.

HSL color Cylindrical-coordinate representation of color #58002C: hue angle of 330º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #58002C is Cyan = 0, Magento = 1, Yellow = 0.5 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 0 44 -
CMYK 0 1 0.5 0.65
HSL 330º 1% 0.17% -
HSV(B) 330º 1% 0.35% -
XYZ 4.48 2.26 2.58 -
YUV 31.33 135.15 168.42 -
System Red Green Blue C M Y K H S L
Decimal 88 0 44 0 1 0.5 0.65 330 1 0.17
Hex 58 0 2C 0 64 32 41 14A 64 11
Octal 130 0 54 0 144 62 101 512 144 21
Binary 1011000 0 101100 0 1100100 110010 1000001 101001010 1100100 10001

Color Harmonies of #58002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58002C

Black with #58002C

Text Example


Text Example

White with #58002C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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