Html Css Color HEX #5721D5 Purple Heart

📋 copy color: '#5721D5'

red 87 ◦ green 33 ◦ blue 213

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

Shades of Purple Heart #5721D5

Tints of Purple Heart #5721D5

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.91%

 BLUE value IS 213 (83.59% from 255) = 63.96%

R = 26.13%
G = 9.91%
B = 63.96%

CMYK

 C value IS 0.59

 M value IS 0.85

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5721D5 (or 0x5721D5) is known color: Purple Heart. HEX triplet: 57, 21 and D5. RGB value is (87,33,213). Sum of RGB (Red+Green+Blue) = 87+33+213=333 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.13% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 213 (83.59% from 255 or 63.96% from 333); Max value from RGB is 213 - color contains mainly: blue. Hex color #5721D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5721D5 is #A8DE2A. Grayscale: #454545. Windows color (decimal): -11066923 or 13967703. OLE color: 13967703.

HSL color Cylindrical-coordinate representation of color #5721D5: hue angle of 258º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5721D5 is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 87 33 213 -
CMYK 0.59 0.85 0 0.16
HSL 258º 0.73% 0.48% -
HSV(B) 258º 0.85% 0.84% -
XYZ 16.48 7.92 63.61 -
YUV 69.67 208.89 140.36 -
System Red Green Blue C M Y K H S L
Decimal 87 33 213 0.59 0.85 0 0.16 258 0.73 0.48
Hex 57 21 D5 3B 55 0 10 102 49 30
Octal 127 41 325 73 125 0 20 402 111 60
Binary 1010111 100001 11010101 111011 1010101 0 10000 100000010 1001001 110000

Color Harmonies of #5721D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5721D5

Black with #5721D5

Text Example


Text Example

White with #5721D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5721D5; }

 p { color: rgb(87,33,213); }

 H1.HeaderClassName
 {
   color: #5721D5;
 }
 .AnyTagClassName
 {
   color: #5721D5;
 }
</style>

background-color css

<style>
 a { background-color: #5721D5; }

 a { background-color: rgb(87,33,213); }

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

border-color css

<style>
 span { border-color: #5721D5; }

 span { border-color: rgb(87,33,213); }

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