Html Css Color HEX #5736D7 Purple Heart

📋 copy color: '#5736D7'

red 87 ◦ green 54 ◦ blue 215

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

Shades of Purple Heart #5736D7

Tints of Purple Heart #5736D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 60.39%

R = 24.44%
G = 15.17%
B = 60.39%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5736D7 (or 0x5736D7) is known color: Purple Heart. HEX triplet: 57, 36 and D7. RGB value is (87,54,215). Sum of RGB (Red+Green+Blue) = 87+54+215=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 215 (84.38% from 255 or 60.39% from 356); Max value from RGB is 215 - color contains mainly: blue. Hex color #5736D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5736D7 is #A8C928. Grayscale: #515151. Windows color (decimal): -11061545 or 14104151. OLE color: 14104151.

HSL color Cylindrical-coordinate representation of color #5736D7: hue angle of 252.3º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5736D7 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 87 54 215 -
CMYK 0.60 0.75 0 0.16
HSL 252.3º 0.67% 0.53% -
HSV(B) 252.3º 0.75% 0.84% -
XYZ 17.52 9.57 65.21 -
YUV 82.22 202.93 131.41 -
System Red Green Blue C M Y K H S L
Decimal 87 54 215 0.60 0.75 0 0.16 252.3 0.67 0.53
Hex 57 36 D7 3C 4B 0 10 FC 43 35
Octal 127 66 327 74 113 0 20 374 103 65
Binary 1010111 110110 11010111 111100 1001011 0 10000 11111100 1000011 110101

Color Harmonies of #5736D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5736D7

Black with #5736D7

Text Example


Text Example

White with #5736D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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