Html Css Color HEX #5728DD Purple Heart

📋 copy color: '#5728DD'

red 87 ◦ green 40 ◦ blue 221

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

Shades of Purple Heart #5728DD

Tints of Purple Heart #5728DD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.49%

 BLUE value IS 221 (86.72% from 255) = 63.51%

R = 25%
G = 11.49%
B = 63.51%

CMYK

 C value IS 0.61

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5728DD (or 0x5728DD) is known color: Purple Heart. HEX triplet: 57, 28 and DD. RGB value is (87,40,221). Sum of RGB (Red+Green+Blue) = 87+40+221=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #5728DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5728DD is #A8D722. Grayscale: #4A4A4A. Windows color (decimal): -11065123 or 14493783. OLE color: 14493783.

HSL color Cylindrical-coordinate representation of color #5728DD: hue angle of 255.58º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5728DD is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 40 221 -
CMYK 0.61 0.82 0 0.13
HSL 255.58º 0.73% 0.51% -
HSV(B) 255.58º 0.82% 0.87% -
XYZ 17.74 8.76 69.16 -
YUV 74.69 210.57 136.78 -
System Red Green Blue C M Y K H S L
Decimal 87 40 221 0.61 0.82 0 0.13 255.58 0.73 0.51
Hex 57 28 DD 3D 52 0 D 100 49 33
Octal 127 50 335 75 122 0 15 400 111 63
Binary 1010111 101000 11011101 111101 1010010 0 1101 100000000 1001001 110011

Color Harmonies of #5728DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5728DD

Black with #5728DD

Text Example


Text Example

White with #5728DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5728DD; }

 p { color: rgb(87,40,221); }

 H1.HeaderClassName
 {
   color: #5728DD;
 }
 .AnyTagClassName
 {
   color: #5728DD;
 }
</style>

background-color css

<style>
 a { background-color: #5728DD; }

 a { background-color: rgb(87,40,221); }

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

border-color css

<style>
 span { border-color: #5728DD; }

 span { border-color: rgb(87,40,221); }

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