Html Css Color HEX #58002A Tyrian Purple

📋 copy color: '#58002A'

red 88 ◦ green 0 ◦ blue 42

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

Shades of Tyrian Purple #58002A

Tints of Tyrian Purple #58002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 32.31%

R = 67.69%
G = 0%
B = 32.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#58002A (or 0x58002A) is known color: Tyrian Purple. HEX triplet: 58, 00 and 2A. RGB value is (88,0,42). Sum of RGB (Red+Green+Blue) = 88+0+42=130 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.69% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 88 - color contains mainly: red. Hex color #58002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58002A is #A7FFD5. Grayscale: #1F1F1F. Windows color (decimal): -11010006 or 2752600. OLE color: 2752600.

HSL color Cylindrical-coordinate representation of color #58002A: hue angle of 331.36º 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 #58002A is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 0 42 -
CMYK 0 1 0.52 0.65
HSL 331.36º 1% 0.17% -
HSV(B) 331.36º 1% 0.35% -
XYZ 4.44 2.24 2.39 -
YUV 31.1 134.15 168.58 -
System Red Green Blue C M Y K H S L
Decimal 88 0 42 0 1 0.52 0.65 331.36 1 0.17
Hex 58 0 2A 0 64 34 41 14B 64 11
Octal 130 0 52 0 144 64 101 513 144 21
Binary 1011000 0 101010 0 1100100 110100 1000001 101001011 1100100 10001

Color Harmonies of #58002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58002A

Black with #58002A

Text Example


Text Example

White with #58002A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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