Html Css Color HEX #5725BC Purple Heart

📋 copy color: '#5725BC'

red 87 ◦ green 37 ◦ blue 188

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

Shades of Purple Heart #5725BC

Tints of Purple Heart #5725BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.26%

R = 27.88%
G = 11.86%
B = 60.26%

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

#5725BC (or 0x5725BC) is known color: Purple Heart. HEX triplet: 57, 25 and BC. RGB value is (87,37,188). Sum of RGB (Red+Green+Blue) = 87+37+188=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #5725BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5725BC is #A8DA43. Grayscale: #444444. Windows color (decimal): -11065924 or 12330327. OLE color: 12330327.

HSL color Cylindrical-coordinate representation of color #5725BC: hue angle of 259.87º 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 #5725BC is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 37 188 -
CMYK 0.54 0.80 0 0.26
HSL 259.87º 0.67% 0.44% -
HSV(B) 259.87º 0.8% 0.74% -
XYZ 13.67 6.98 48.2 -
YUV 69.16 195.07 140.72 -
System Red Green Blue C M Y K H S L
Decimal 87 37 188 0.54 0.80 0 0.26 259.87 0.67 0.44
Hex 57 25 BC 36 50 0 1A 104 43 2C
Octal 127 45 274 66 120 0 32 404 103 54
Binary 1010111 100101 10111100 110110 1010000 0 11010 100000100 1000011 101100

Color Harmonies of #5725BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5725BC

Black with #5725BC

Text Example


Text Example

White with #5725BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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