Html Css Color HEX #582DAC Purple Heart

📋 copy color: '#582DAC'

red 88 ◦ green 45 ◦ blue 172

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

Shades of Purple Heart #582DAC

Tints of Purple Heart #582DAC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.75%

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

R = 28.85%
G = 14.75%
B = 56.39%

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

#582DAC (or 0x582DAC) is known color: Purple Heart. HEX triplet: 58, 2D and AC. RGB value is (88,45,172). Sum of RGB (Red+Green+Blue) = 88+45+172=305 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.85% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #582DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582DAC is #A7D253. Grayscale: #474747. Windows color (decimal): -10998356 or 11283800. OLE color: 11283800.

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

Color convert

RGB 88 45 172 -
CMYK 0.49 0.74 0 0.33
HSL 260.31º 0.59% 0.43% -
HSV(B) 260.31º 0.74% 0.67% -
XYZ 12.41 6.93 39.71 -
YUV 72.34 184.25 139.17 -
System Red Green Blue C M Y K H S L
Decimal 88 45 172 0.49 0.74 0 0.33 260.31 0.59 0.43
Hex 58 2D AC 31 4A 0 21 104 3B 2B
Octal 130 55 254 61 112 0 41 404 73 53
Binary 1011000 101101 10101100 110001 1001010 0 100001 100000100 111011 101011

Color Harmonies of #582DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582DAC

Black with #582DAC

Text Example


Text Example

White with #582DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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