Html Css Color HEX #5726AC Purple Heart

📋 copy color: '#5726AC'

red 87 ◦ green 38 ◦ blue 172

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

Shades of Purple Heart #5726AC

Tints of Purple Heart #5726AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 57.91%

R = 29.29%
G = 12.79%
B = 57.91%

CMYK

 C value IS 0.49

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5726AC (or 0x5726AC) is known color: Purple Heart. HEX triplet: 57, 26 and AC. RGB value is (87,38,172). Sum of RGB (Red+Green+Blue) = 87+38+172=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #5726AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5726AC is #A8D953. Grayscale: #434343. Windows color (decimal): -11065684 or 11282007. OLE color: 11282007.

HSL color Cylindrical-coordinate representation of color #5726AC: hue angle of 261.94º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5726AC is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 38 172 -
CMYK 0.49 0.78 0 0.33
HSL 261.94º 0.64% 0.41% -
HSV(B) 261.94º 0.78% 0.67% -
XYZ 12.07 6.39 39.63 -
YUV 67.93 186.73 141.6 -
System Red Green Blue C M Y K H S L
Decimal 87 38 172 0.49 0.78 0 0.33 261.94 0.64 0.41
Hex 57 26 AC 31 4E 0 21 106 40 29
Octal 127 46 254 61 116 0 41 406 100 51
Binary 1010111 100110 10101100 110001 1001110 0 100001 100000110 1000000 101001

Color Harmonies of #5726AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5726AC

Black with #5726AC

Text Example


Text Example

White with #5726AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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