Html Css Color HEX #5727BA Purple Heart

📋 copy color: '#5727BA'

red 87 ◦ green 39 ◦ blue 186

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

Shades of Purple Heart #5727BA

Tints of Purple Heart #5727BA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.5%

 BLUE value IS 186 (73.05% from 255) = 59.62%

R = 27.88%
G = 12.5%
B = 59.62%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5727BA (or 0x5727BA) is known color: Purple Heart. HEX triplet: 57, 27 and BA. RGB value is (87,39,186). Sum of RGB (Red+Green+Blue) = 87+39+186=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #5727BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5727BA is #A8D845. Grayscale: #454545. Windows color (decimal): -11065414 or 12199767. OLE color: 12199767.

HSL color Cylindrical-coordinate representation of color #5727BA: hue angle of 259.59º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5727BA is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 39 186 -
CMYK 0.53 0.79 0 0.27
HSL 259.59º 0.65% 0.44% -
HSV(B) 259.59º 0.79% 0.73% -
XYZ 13.52 7.02 47.1 -
YUV 70.11 193.4 140.05 -
System Red Green Blue C M Y K H S L
Decimal 87 39 186 0.53 0.79 0 0.27 259.59 0.65 0.44
Hex 57 27 BA 35 4F 0 1B 104 41 2C
Octal 127 47 272 65 117 0 33 404 101 54
Binary 1010111 100111 10111010 110101 1001111 0 11011 100000100 1000001 101100

Color Harmonies of #5727BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5727BA

Black with #5727BA

Text Example


Text Example

White with #5727BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5727BA; }

 p { color: rgb(87,39,186); }

 H1.HeaderClassName
 {
   color: #5727BA;
 }
 .AnyTagClassName
 {
   color: #5727BA;
 }
</style>

background-color css

<style>
 a { background-color: #5727BA; }

 a { background-color: rgb(87,39,186); }

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

border-color css

<style>
 span { border-color: #5727BA; }

 span { border-color: rgb(87,39,186); }

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