Html Css Color HEX #582BAC Purple Heart

📋 copy color: '#582BAC'

red 88 ◦ green 43 ◦ blue 172

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

Shades of Purple Heart #582BAC

Tints of Purple Heart #582BAC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.19%

 BLUE value IS 172 (67.58% from 255) = 56.77%

R = 29.04%
G = 14.19%
B = 56.77%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#582BAC (or 0x582BAC) is known color: Purple Heart. HEX triplet: 58, 2B and AC. RGB value is (88,43,172). Sum of RGB (Red+Green+Blue) = 88+43+172=303 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.04% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #582BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582BAC is #A7D453. Grayscale: #464646. Windows color (decimal): -10998868 or 11283288. OLE color: 11283288.

HSL color Cylindrical-coordinate representation of color #582BAC: hue angle of 260.93º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #582BAC is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 43 172 -
CMYK 0.49 0.75 0 0.33
HSL 260.93º 0.6% 0.42% -
HSV(B) 260.93º 0.75% 0.67% -
XYZ 12.33 6.78 39.69 -
YUV 71.16 184.91 140.01 -
System Red Green Blue C M Y K H S L
Decimal 88 43 172 0.49 0.75 0 0.33 260.93 0.6 0.42
Hex 58 2B AC 31 4B 0 21 105 3C 2A
Octal 130 53 254 61 113 0 41 405 74 52
Binary 1011000 101011 10101100 110001 1001011 0 100001 100000101 111100 101010

Color Harmonies of #582BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582BAC

Black with #582BAC

Text Example


Text Example

White with #582BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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