Html Css Color HEX #580235 Tyrian Purple

📋 copy color: '#580235'

red 88 ◦ green 2 ◦ blue 53

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

Shades of Tyrian Purple #580235

Tints of Tyrian Purple #580235

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.4%

 BLUE value IS 53 (21.09% from 255) = 37.06%

R = 61.54%
G = 1.4%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#580235 (or 0x580235) is known color: Tyrian Purple. HEX triplet: 58, 02 and 35. RGB value is (88,2,53). Sum of RGB (Red+Green+Blue) = 88+2+53=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #580235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580235 is #A7FDCA. Grayscale: #212121. Windows color (decimal): -11009483 or 3474008. OLE color: 3474008.

HSL color Cylindrical-coordinate representation of color #580235: hue angle of 324.42º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580235 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 2 53 -
CMYK 0 0.98 0.40 0.65
HSL 324.42º 0.96% 0.18% -
HSV(B) 324.42º 0.98% 0.35% -
XYZ 4.69 2.38 3.58 -
YUV 33.53 138.99 166.85 -
System Red Green Blue C M Y K H S L
Decimal 88 2 53 0 0.98 0.40 0.65 324.42 0.96 0.18
Hex 58 2 35 0 62 28 41 144 60 12
Octal 130 2 65 0 142 50 101 504 140 22
Binary 1011000 10 110101 0 1100010 101000 1000001 101000100 1100000 10010

Color Harmonies of #580235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580235

Black with #580235

Text Example


Text Example

White with #580235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580235; }

 p { color: rgb(88,2,53); }

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

background-color css

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

 a { background-color: rgb(88,2,53); }

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

border-color css

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

 span { border-color: rgb(88,2,53); }

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