Html Css Color HEX #5732AA Purple Heart

📋 copy color: '#5732AA'

red 87 ◦ green 50 ◦ blue 170

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

Shades of Purple Heart #5732AA

Tints of Purple Heart #5732AA

RGB

 RED value IS 87 (34.38% from 255) = 28.34%

 GREEN value IS 50 (19.92% from 255) = 16.29%

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

R = 28.34%
G = 16.29%
B = 55.37%

CMYK

 C value IS 0.49

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5732AA (or 0x5732AA) is known color: Purple Heart. HEX triplet: 57, 32 and AA. RGB value is (87,50,170). Sum of RGB (Red+Green+Blue) = 87+50+170=307 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.34% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #5732AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5732AA is #A8CD55. Grayscale: #4A4A4A. Windows color (decimal): -11062614 or 11154007. OLE color: 11154007.

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

Color convert

RGB 87 50 170 -
CMYK 0.49 0.71 0 0.33
HSL 258.5º 0.55% 0.43% -
HSV(B) 258.5º 0.71% 0.67% -
XYZ 12.33 7.21 38.77 -
YUV 74.74 181.76 136.74 -
System Red Green Blue C M Y K H S L
Decimal 87 50 170 0.49 0.71 0 0.33 258.5 0.55 0.43
Hex 57 32 AA 31 47 0 21 102 37 2B
Octal 127 62 252 61 107 0 41 402 67 53
Binary 1010111 110010 10101010 110001 1000111 0 100001 100000010 110111 101011

Color Harmonies of #5732AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5732AA

Black with #5732AA

Text Example


Text Example

White with #5732AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5732AA; }

 p { color: rgb(87,50,170); }

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

background-color css

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

 a { background-color: rgb(87,50,170); }

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

border-color css

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

 span { border-color: rgb(87,50,170); }

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