Html Css Color HEX #5726C0 Purple Heart

📋 copy color: '#5726C0'

red 87 ◦ green 38 ◦ blue 192

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

Shades of Purple Heart #5726C0

Tints of Purple Heart #5726C0

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.99%

 BLUE value IS 192 (75.39% from 255) = 60.57%

R = 27.44%
G = 11.99%
B = 60.57%

CMYK

 C value IS 0.55

 M value IS 0.80

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5726C0 (or 0x5726C0) is known color: Purple Heart. HEX triplet: 57, 26 and C0. RGB value is (87,38,192). Sum of RGB (Red+Green+Blue) = 87+38+192=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 192 (75.39% from 255 or 60.57% from 317); Max value from RGB is 192 - color contains mainly: blue. Hex color #5726C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5726C0 is #A8D93F. Grayscale: #454545. Windows color (decimal): -11065664 or 12592727. OLE color: 12592727.

HSL color Cylindrical-coordinate representation of color #5726C0: hue angle of 259.09º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5726C0 is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 87 38 192 -
CMYK 0.55 0.80 0 0.25
HSL 259.09º 0.67% 0.45% -
HSV(B) 259.09º 0.8% 0.75% -
XYZ 14.14 7.22 50.52 -
YUV 70.21 196.73 139.98 -
System Red Green Blue C M Y K H S L
Decimal 87 38 192 0.55 0.80 0 0.25 259.09 0.67 0.45
Hex 57 26 C0 37 50 0 19 103 43 2D
Octal 127 46 300 67 120 0 31 403 103 55
Binary 1010111 100110 11000000 110111 1010000 0 11001 100000011 1000011 101101

Color Harmonies of #5726C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5726C0

Black with #5726C0

Text Example


Text Example

White with #5726C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5726C0; }

 p { color: rgb(87,38,192); }

 H1.HeaderClassName
 {
   color: #5726C0;
 }
 .AnyTagClassName
 {
   color: #5726C0;
 }
</style>

background-color css

<style>
 a { background-color: #5726C0; }

 a { background-color: rgb(87,38,192); }

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

border-color css

<style>
 span { border-color: #5726C0; }

 span { border-color: rgb(87,38,192); }

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