Html Css Color HEX #5732BD Purple Heart

📋 copy color: '#5732BD'

red 87 ◦ green 50 ◦ blue 189

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

Shades of Purple Heart #5732BD

Tints of Purple Heart #5732BD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.34%

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

R = 26.69%
G = 15.34%
B = 57.98%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5732BD (or 0x5732BD) is known color: Purple Heart. HEX triplet: 57, 32 and BD. RGB value is (87,50,189). Sum of RGB (Red+Green+Blue) = 87+50+189=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #5732BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5732BD is #A8CD42. Grayscale: #4C4C4C. Windows color (decimal): -11062595 or 12399191. OLE color: 12399191.

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

Color convert

RGB 87 50 189 -
CMYK 0.54 0.74 0 0.26
HSL 255.97º 0.58% 0.47% -
HSV(B) 255.97º 0.74% 0.74% -
XYZ 14.26 7.98 48.93 -
YUV 76.91 191.26 135.2 -
System Red Green Blue C M Y K H S L
Decimal 87 50 189 0.54 0.74 0 0.26 255.97 0.58 0.47
Hex 57 32 BD 36 4A 0 1A 100 3A 2F
Octal 127 62 275 66 112 0 32 400 72 57
Binary 1010111 110010 10111101 110110 1001010 0 11010 100000000 111010 101111

Color Harmonies of #5732BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5732BD

Black with #5732BD

Text Example


Text Example

White with #5732BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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