Html Css Color HEX #5725BD Purple Heart

📋 copy color: '#5725BD'

red 87 ◦ green 37 ◦ blue 189

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

Shades of Purple Heart #5725BD

Tints of Purple Heart #5725BD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.82%

 BLUE value IS 189 (74.22% from 255) = 60.38%

R = 27.8%
G = 11.82%
B = 60.38%

CMYK

 C value IS 0.54

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5725BD (or 0x5725BD) is known color: Purple Heart. HEX triplet: 57, 25 and BD. RGB value is (87,37,189). Sum of RGB (Red+Green+Blue) = 87+37+189=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #5725BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5725BD is #A8DA42. Grayscale: #444444. Windows color (decimal): -11065923 or 12395863. OLE color: 12395863.

HSL color Cylindrical-coordinate representation of color #5725BD: hue angle of 259.74º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5725BD is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 37 189 -
CMYK 0.54 0.80 0 0.26
HSL 259.74º 0.67% 0.44% -
HSV(B) 259.74º 0.8% 0.74% -
XYZ 13.78 7.02 48.77 -
YUV 69.28 195.57 140.64 -
System Red Green Blue C M Y K H S L
Decimal 87 37 189 0.54 0.80 0 0.26 259.74 0.67 0.44
Hex 57 25 BD 36 50 0 1A 104 43 2C
Octal 127 45 275 66 120 0 32 404 103 54
Binary 1010111 100101 10111101 110110 1010000 0 11010 100000100 1000011 101100

Color Harmonies of #5725BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5725BD

Black with #5725BD

Text Example


Text Example

White with #5725BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5725BD; }

 p { color: rgb(87,37,189); }

 H1.HeaderClassName
 {
   color: #5725BD;
 }
 .AnyTagClassName
 {
   color: #5725BD;
 }
</style>

background-color css

<style>
 a { background-color: #5725BD; }

 a { background-color: rgb(87,37,189); }

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

border-color css

<style>
 span { border-color: #5725BD; }

 span { border-color: rgb(87,37,189); }

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