Html Css Color HEX #5736AC Purple Heart

📋 copy color: '#5736AC'

red 87 ◦ green 54 ◦ blue 172

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

Shades of Purple Heart #5736AC

Tints of Purple Heart #5736AC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.25%

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

R = 27.8%
G = 17.25%
B = 54.95%

CMYK

 C value IS 0.49

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5736AC (or 0x5736AC) is known color: Purple Heart. HEX triplet: 57, 36 and AC. RGB value is (87,54,172). Sum of RGB (Red+Green+Blue) = 87+54+172=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #5736AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5736AC is #A8C953. Grayscale: #4C4C4C. Windows color (decimal): -11061588 or 11286103. OLE color: 11286103.

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

Color convert

RGB 87 54 172 -
CMYK 0.49 0.69 0 0.33
HSL 256.78º 0.52% 0.44% -
HSV(B) 256.78º 0.69% 0.67% -
XYZ 12.7 7.64 39.84 -
YUV 77.32 181.43 134.91 -
System Red Green Blue C M Y K H S L
Decimal 87 54 172 0.49 0.69 0 0.33 256.78 0.52 0.44
Hex 57 36 AC 31 45 0 21 101 34 2C
Octal 127 66 254 61 105 0 41 401 64 54
Binary 1010111 110110 10101100 110001 1000101 0 100001 100000001 110100 101100

Color Harmonies of #5736AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5736AC

Black with #5736AC

Text Example


Text Example

White with #5736AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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