Html Css Color HEX #5724AF Purple Heart

📋 copy color: '#5724AF'

red 87 ◦ green 36 ◦ blue 175

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

Shades of Purple Heart #5724AF

Tints of Purple Heart #5724AF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.08%

 BLUE value IS 175 (68.75% from 255) = 58.72%

R = 29.19%
G = 12.08%
B = 58.72%

CMYK

 C value IS 0.50

 M value IS 0.79

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5724AF (or 0x5724AF) is known color: Purple Heart. HEX triplet: 57, 24 and AF. RGB value is (87,36,175). Sum of RGB (Red+Green+Blue) = 87+36+175=298 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.19% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 175 (68.75% from 255 or 58.72% from 298); Max value from RGB is 175 - color contains mainly: blue. Hex color #5724AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5724AF is #A8DB50. Grayscale: #424242. Windows color (decimal): -11066193 or 11478103. OLE color: 11478103.

HSL color Cylindrical-coordinate representation of color #5724AF: hue angle of 262.01º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5724AF is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 87 36 175 -
CMYK 0.50 0.79 0 0.31
HSL 262.01º 0.66% 0.41% -
HSV(B) 262.01º 0.79% 0.69% -
XYZ 12.3 6.38 41.14 -
YUV 67.1 188.9 142.2 -
System Red Green Blue C M Y K H S L
Decimal 87 36 175 0.50 0.79 0 0.31 262.01 0.66 0.41
Hex 57 24 AF 32 4F 0 1F 106 42 29
Octal 127 44 257 62 117 0 37 406 102 51
Binary 1010111 100100 10101111 110010 1001111 0 11111 100000110 1000010 101001

Color Harmonies of #5724AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5724AF

Black with #5724AF

Text Example


Text Example

White with #5724AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5724AF; }

 p { color: rgb(87,36,175); }

 H1.HeaderClassName
 {
   color: #5724AF;
 }
 .AnyTagClassName
 {
   color: #5724AF;
 }
</style>

background-color css

<style>
 a { background-color: #5724AF; }

 a { background-color: rgb(87,36,175); }

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

border-color css

<style>
 span { border-color: #5724AF; }

 span { border-color: rgb(87,36,175); }

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