Html Css Color HEX #5729DA Purple Heart

📋 copy color: '#5729DA'

red 87 ◦ green 41 ◦ blue 218

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

Shades of Purple Heart #5729DA

Tints of Purple Heart #5729DA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.85%

 BLUE value IS 218 (85.55% from 255) = 63.01%

R = 25.14%
G = 11.85%
B = 63.01%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5729DA (or 0x5729DA) is known color: Purple Heart. HEX triplet: 57, 29 and DA. RGB value is (87,41,218). Sum of RGB (Red+Green+Blue) = 87+41+218=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #5729DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5729DA is #A8D625. Grayscale: #4A4A4A. Windows color (decimal): -11064870 or 14297431. OLE color: 14297431.

HSL color Cylindrical-coordinate representation of color #5729DA: hue angle of 255.59º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5729DA is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 87 41 218 -
CMYK 0.60 0.81 0 0.15
HSL 255.59º 0.71% 0.51% -
HSV(B) 255.59º 0.81% 0.85% -
XYZ 17.38 8.67 67.09 -
YUV 74.93 208.74 136.61 -
System Red Green Blue C M Y K H S L
Decimal 87 41 218 0.60 0.81 0 0.15 255.59 0.71 0.51
Hex 57 29 DA 3C 51 0 F 100 47 33
Octal 127 51 332 74 121 0 17 400 107 63
Binary 1010111 101001 11011010 111100 1010001 0 1111 100000000 1000111 110011

Color Harmonies of #5729DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5729DA

Black with #5729DA

Text Example


Text Example

White with #5729DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5729DA; }

 p { color: rgb(87,41,218); }

 H1.HeaderClassName
 {
   color: #5729DA;
 }
 .AnyTagClassName
 {
   color: #5729DA;
 }
</style>

background-color css

<style>
 a { background-color: #5729DA; }

 a { background-color: rgb(87,41,218); }

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

border-color css

<style>
 span { border-color: #5729DA; }

 span { border-color: rgb(87,41,218); }

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