Html Css Color HEX #58002B Tyrian Purple

📋 copy color: '#58002B'

red 88 ◦ green 0 ◦ blue 43

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

Shades of Tyrian Purple #58002B

Tints of Tyrian Purple #58002B

RGB

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

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

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

R = 67.18%
G = 0%
B = 32.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#58002B (or 0x58002B) is known color: Tyrian Purple. HEX triplet: 58, 00 and 2B. RGB value is (88,0,43). Sum of RGB (Red+Green+Blue) = 88+0+43=131 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.18% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 88 - color contains mainly: red. Hex color #58002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58002B is #A7FFD4. Grayscale: #1F1F1F. Windows color (decimal): -11010005 or 2818136. OLE color: 2818136.

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

Color convert

RGB 88 0 43 -
CMYK 0 1 0.51 0.65
HSL 330.68º 1% 0.17% -
HSV(B) 330.68º 1% 0.35% -
XYZ 4.46 2.25 2.48 -
YUV 31.21 134.65 168.5 -
System Red Green Blue C M Y K H S L
Decimal 88 0 43 0 1 0.51 0.65 330.68 1 0.17
Hex 58 0 2B 0 64 33 41 14B 64 11
Octal 130 0 53 0 144 63 101 513 144 21
Binary 1011000 0 101011 0 1100100 110011 1000001 101001011 1100100 10001

Color Harmonies of #58002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58002B

Black with #58002B

Text Example


Text Example

White with #58002B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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