Html Css Color HEX #5637C5 Purple Heart

📋 copy color: '#5637C5'

red 86 ◦ green 55 ◦ blue 197

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

Shades of Purple Heart #5637C5

Tints of Purple Heart #5637C5

RGB

 RED value IS 86 (33.98% from 255) = 25.44%

 GREEN value IS 55 (21.88% from 255) = 16.27%

 BLUE value IS 197 (77.34% from 255) = 58.28%

R = 25.44%
G = 16.27%
B = 58.28%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#5637C5 (or 0x5637C5) is known color: Purple Heart. HEX triplet: 56, 37 and C5. RGB value is (86,55,197). Sum of RGB (Red+Green+Blue) = 86+55+197=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 197 (77.34% from 255 or 58.28% from 338); Max value from RGB is 197 - color contains mainly: blue. Hex color #5637C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5637C5 is #A9C83A. Grayscale: #4F4F4F. Windows color (decimal): -11126843 or 12924758. OLE color: 12924758.

HSL color Cylindrical-coordinate representation of color #5637C5: hue angle of 253.1º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5637C5 is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 86 55 197 -
CMYK 0.56 0.72 0 0.23
HSL 253.1º 0.56% 0.49% -
HSV(B) 253.1º 0.72% 0.77% -
XYZ 15.28 8.74 53.71 -
YUV 80.46 193.77 131.95 -
System Red Green Blue C M Y K H S L
Decimal 86 55 197 0.56 0.72 0 0.23 253.1 0.56 0.49
Hex 56 37 C5 38 48 0 17 FD 38 31
Octal 126 67 305 70 110 0 27 375 70 61
Binary 1010110 110111 11000101 111000 1001000 0 10111 11111101 111000 110001

Color Harmonies of #5637C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5637C5

Black with #5637C5

Text Example


Text Example

White with #5637C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5637C5; }

 p { color: rgb(86,55,197); }

 H1.HeaderClassName
 {
   color: #5637C5;
 }
 .AnyTagClassName
 {
   color: #5637C5;
 }
</style>

background-color css

<style>
 a { background-color: #5637C5; }

 a { background-color: rgb(86,55,197); }

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

border-color css

<style>
 span { border-color: #5637C5; }

 span { border-color: rgb(86,55,197); }

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