Html Css Color HEX #580452 Tyrian Purple

📋 copy color: '#580452'

red 88 ◦ green 4 ◦ blue 82

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

Shades of Tyrian Purple #580452

Tints of Tyrian Purple #580452

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.3%

 BLUE value IS 82 (32.42% from 255) = 47.13%

R = 50.57%
G = 2.3%
B = 47.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#580452 (or 0x580452) is known color: Tyrian Purple. HEX triplet: 58, 04 and 52. RGB value is (88,4,82). Sum of RGB (Red+Green+Blue) = 88+4+82=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 82 (32.42% from 255 or 47.13% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #580452 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580452 is #A7FBAD. Grayscale: #252525. Windows color (decimal): -11008942 or 5375064. OLE color: 5375064.

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

Color convert

RGB 88 4 82 -
CMYK 0 0.95 0.07 0.65
HSL 304.29º 0.91% 0.18% -
HSV(B) 304.29º 0.95% 0.35% -
XYZ 5.59 2.77 8.22 -
YUV 38.01 152.83 163.66 -
System Red Green Blue C M Y K H S L
Decimal 88 4 82 0 0.95 0.07 0.65 304.29 0.91 0.18
Hex 58 4 52 0 5F 7 41 130 5B 12
Octal 130 4 122 0 137 7 101 460 133 22
Binary 1011000 100 1010010 0 1011111 111 1000001 100110000 1011011 10010

Color Harmonies of #580452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580452

Black with #580452

Text Example


Text Example

White with #580452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580452; }

 p { color: rgb(88,4,82); }

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

background-color css

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

 a { background-color: rgb(88,4,82); }

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

border-color css

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

 span { border-color: rgb(88,4,82); }

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