Html Css Color HEX #582CAC Purple Heart

📋 copy color: '#582CAC'

red 88 ◦ green 44 ◦ blue 172

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

Shades of Purple Heart #582CAC

Tints of Purple Heart #582CAC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.47%

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

R = 28.95%
G = 14.47%
B = 56.58%

CMYK

 C value IS 0.49

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#582CAC (or 0x582CAC) is known color: Purple Heart. HEX triplet: 58, 2C and AC. RGB value is (88,44,172). Sum of RGB (Red+Green+Blue) = 88+44+172=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #582CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582CAC is #A7D353. Grayscale: #474747. Windows color (decimal): -10998612 or 11283544. OLE color: 11283544.

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

Color convert

RGB 88 44 172 -
CMYK 0.49 0.74 0 0.33
HSL 260.63º 0.59% 0.42% -
HSV(B) 260.63º 0.74% 0.67% -
XYZ 12.37 6.85 39.7 -
YUV 71.75 184.58 139.59 -
System Red Green Blue C M Y K H S L
Decimal 88 44 172 0.49 0.74 0 0.33 260.63 0.59 0.42
Hex 58 2C AC 31 4A 0 21 105 3B 2A
Octal 130 54 254 61 112 0 41 405 73 52
Binary 1011000 101100 10101100 110001 1001010 0 100001 100000101 111011 101010

Color Harmonies of #582CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582CAC

Black with #582CAC

Text Example


Text Example

White with #582CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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