Html Css Color HEX #580233 Tyrian Purple

📋 copy color: '#580233'

red 88 ◦ green 2 ◦ blue 51

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

Shades of Tyrian Purple #580233

Tints of Tyrian Purple #580233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 36.17%

R = 62.41%
G = 1.42%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#580233 (or 0x580233) is known color: Tyrian Purple. HEX triplet: 58, 02 and 33. RGB value is (88,2,51). Sum of RGB (Red+Green+Blue) = 88+2+51=141 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.41% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 51 (20.31% from 255 or 36.17% from 141); Max value from RGB is 88 - color contains mainly: red. Hex color #580233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580233 is #A7FDCC. Grayscale: #212121. Windows color (decimal): -11009485 or 3342936. OLE color: 3342936.

HSL color Cylindrical-coordinate representation of color #580233: hue angle of 325.81º 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 #580233 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 2 51 -
CMYK 0 0.98 0.42 0.65
HSL 325.81º 0.96% 0.18% -
HSV(B) 325.81º 0.98% 0.35% -
XYZ 4.64 2.36 3.34 -
YUV 33.3 137.99 167.02 -
System Red Green Blue C M Y K H S L
Decimal 88 2 51 0 0.98 0.42 0.65 325.81 0.96 0.18
Hex 58 2 33 0 62 2A 41 146 60 12
Octal 130 2 63 0 142 52 101 506 140 22
Binary 1011000 10 110011 0 1100010 101010 1000001 101000110 1100000 10010

Color Harmonies of #580233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580233

Black with #580233

Text Example


Text Example

White with #580233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580233; }

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

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

background-color css

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

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

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

border-color css

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

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

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