Html Css Color HEX #582CAA Purple Heart

📋 copy color: '#582CAA'

red 88 ◦ green 44 ◦ blue 170

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

Shades of Purple Heart #582CAA

Tints of Purple Heart #582CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 56.29%

R = 29.14%
G = 14.57%
B = 56.29%

CMYK

 C value IS 0.48

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#582CAA (or 0x582CAA) is known color: Purple Heart. HEX triplet: 58, 2C and AA. RGB value is (88,44,170). Sum of RGB (Red+Green+Blue) = 88+44+170=302 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.14% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #582CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582CAA is #A7D355. Grayscale: #474747. Windows color (decimal): -10998614 or 11152472. OLE color: 11152472.

HSL color Cylindrical-coordinate representation of color #582CAA: hue angle of 260.95º 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 #582CAA is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 44 170 -
CMYK 0.48 0.74 0 0.33
HSL 260.95º 0.59% 0.42% -
HSV(B) 260.95º 0.74% 0.67% -
XYZ 12.18 6.78 38.7 -
YUV 71.52 183.58 139.75 -
System Red Green Blue C M Y K H S L
Decimal 88 44 170 0.48 0.74 0 0.33 260.95 0.59 0.42
Hex 58 2C AA 30 4A 0 21 105 3B 2A
Octal 130 54 252 60 112 0 41 405 73 52
Binary 1011000 101100 10101010 110000 1001010 0 100001 100000101 111011 101010

Color Harmonies of #582CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582CAA

Black with #582CAA

Text Example


Text Example

White with #582CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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