Html Css Color HEX #5734DF Purple Heart

📋 copy color: '#5734DF'

red 87 ◦ green 52 ◦ blue 223

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

Shades of Purple Heart #5734DF

Tints of Purple Heart #5734DF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.36%

 BLUE value IS 223 (87.5% from 255) = 61.6%

R = 24.03%
G = 14.36%
B = 61.6%

CMYK

 C value IS 0.61

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5734DF (or 0x5734DF) is known color: Purple Heart. HEX triplet: 57, 34 and DF. RGB value is (87,52,223). Sum of RGB (Red+Green+Blue) = 87+52+223=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #5734DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5734DF is #A8CB20. Grayscale: #515151. Windows color (decimal): -11062049 or 14627927. OLE color: 14627927.

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

Color convert

RGB 87 52 223 -
CMYK 0.61 0.77 0 0.13
HSL 252.28º 0.73% 0.54% -
HSV(B) 252.28º 0.77% 0.87% -
XYZ 18.48 9.81 70.73 -
YUV 81.96 207.6 131.6 -
System Red Green Blue C M Y K H S L
Decimal 87 52 223 0.61 0.77 0 0.13 252.28 0.73 0.54
Hex 57 34 DF 3D 4D 0 D FC 49 36
Octal 127 64 337 75 115 0 15 374 111 66
Binary 1010111 110100 11011111 111101 1001101 0 1101 11111100 1001001 110110

Color Harmonies of #5734DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5734DF

Black with #5734DF

Text Example


Text Example

White with #5734DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5734DF; }

 p { color: rgb(87,52,223); }

 H1.HeaderClassName
 {
   color: #5734DF;
 }
 .AnyTagClassName
 {
   color: #5734DF;
 }
</style>

background-color css

<style>
 a { background-color: #5734DF; }

 a { background-color: rgb(87,52,223); }

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

border-color css

<style>
 span { border-color: #5734DF; }

 span { border-color: rgb(87,52,223); }

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