Html Css Color HEX #5727DB Purple Heart

📋 copy color: '#5727DB'

red 87 ◦ green 39 ◦ blue 219

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

Shades of Purple Heart #5727DB

Tints of Purple Heart #5727DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 63.48%

R = 25.22%
G = 11.3%
B = 63.48%

CMYK

 C value IS 0.60

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5727DB (or 0x5727DB) is known color: Purple Heart. HEX triplet: 57, 27 and DB. RGB value is (87,39,219). Sum of RGB (Red+Green+Blue) = 87+39+219=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #5727DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5727DB is #A8D824. Grayscale: #494949. Windows color (decimal): -11065381 or 14362455. OLE color: 14362455.

HSL color Cylindrical-coordinate representation of color #5727DB: hue angle of 256º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5727DB is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 39 219 -
CMYK 0.60 0.82 0 0.14
HSL 256º 0.71% 0.51% -
HSV(B) 256º 0.82% 0.86% -
XYZ 17.44 8.59 67.76 -
YUV 73.87 209.9 137.36 -
System Red Green Blue C M Y K H S L
Decimal 87 39 219 0.60 0.82 0 0.14 256 0.71 0.51
Hex 57 27 DB 3C 52 0 E 100 47 33
Octal 127 47 333 74 122 0 16 400 107 63
Binary 1010111 100111 11011011 111100 1010010 0 1110 100000000 1000111 110011

Color Harmonies of #5727DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5727DB

Black with #5727DB

Text Example


Text Example

White with #5727DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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